arcast/modd.conf

8 lines
187 B
Plaintext
Raw Normal View History

2023-12-13 20:07:22 +01:00
**/*.go
pkg/server/templates/**.gotmpl
modd.conf
.env {
prep: make build-client
prep: make build-desktop
daemon: make run RUN_CMD="bin/desktop --debug --log-level debug run"
2023-12-13 20:07:22 +01:00
}