arcast/modd.conf

12 lines
224 B
Plaintext

{
prep: make build-apps
}
**/*.go
pkg/server/templates/**.gotmpl
modd.conf
.env {
prep: make build-client
prep: make build-desktop
daemon: make run RUN_CMD="bin/desktop_amd64 --debug --log-level debug run"
}