1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-21 13:38:56 +02:00
focalboard/modd.conf

11 lines
227 B
Plaintext
Raw Normal View History

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