1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-11-24 08:22:29 +02:00
focalboard/server/modd.conf

5 lines
157 B
Plaintext
Raw Normal View History

**/*.go !**/*_test.go {
2021-01-29 00:23:52 +02:00
prep: go build -o ../bin/focalboard-server ./main
daemon +sigterm: cd .. && ./bin/focalboard-server $FOCALBOARDSERVER_ARGS
}