4 lines
157 B
Text
4 lines
157 B
Text
**/*.go !**/*_test.go {
|
|
prep: go build -o ../bin/focalboard-server ./main
|
|
daemon +sigterm: cd .. && ./bin/focalboard-server $FOCALBOARDSERVER_ARGS
|
|
}
|