1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-01-08 15:06:08 +02:00
focalboard/modd-watchplugin.conf

10 lines
199 B
Plaintext

**/*.go !**/*_test.go !mattermost-plugin/server/manifest.go {
indir: mattermost-plugin
prep: make server deploy-from-watch
}
{
indir: mattermost-plugin
daemon +sigterm: make watch
}