http-dir-server/modd.conf
2020-07-29 16:21:55 +02:00

4 lines
112 B
Plaintext

**/*.go !**/*_test.go {
prep: go build -o server main.go server.go
daemon +sigterm: ./server -d public
}