craban/modd.conf

16 lines
300 B
Text
Raw Normal View History

{
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
}