focalboard/server/modd.conf
2020-10-16 19:12:53 +02:00

5 lines
120 B
Plaintext

**/*.go !**/*_test.go {
prep: go build -o ../bin/octoserver ./main
daemon +sigterm: cd .. && ./bin/octoserver
}