projectx/modd.conf
2025-03-31 11:59:42 +08:00

5 lines
179 B
Plaintext

# start manage
**/*.go **/**/**/*.tmpl **/**/**/**/*.tmpl !web/*.go !**/*_test.go {
prep: go build -o ./management .
daemon +sigterm: ./management erp -c config.dev.yaml
}