focalboard/modd.conf
Mattermost Build 3a7361e8d8
Add sqlite3 tag to modd files and linux app build (#4218) (#4220)
(cherry picked from commit b582e5920c)

Co-authored-by: Miguel de la Cruz <miguel@mcrx.me>
2022-11-16 16:57:43 +01:00

8 lines
239 B
Text

**/*.go !**/*_test.go {
prep: cd server && go build -tags "$FOCALBOARD_BUILD_TAGS" -o ../bin/focalboard-server ./main
daemon +sigterm: ./bin/focalboard-server $FOCALBOARDSERVER_ARGS
}
{
daemon: cd webapp && npm run watchdev
}