craban/modd.conf
2021-09-12 20:37:51 +02:00

16 lines
No EOL
300 B
Text

{
prep: echo "Starting Craban development environment"
}
webapp/src/** {
indir: webapp
prep: npm run build
prep: ./fix-index-hash.sh
}
server/**/*.go server/web/static/** {
indir: server
prep: go build ./cmd/craban
prep: chmod +x ./craban
daemon +sigterm: ./craban
}