arcast/modd.conf

9 lines
206 B
Plaintext
Raw Normal View History

2023-12-13 20:07:22 +01:00
**/*.go
pkg/server/templates/**.gotmpl
pkg/server/apps/**
2023-12-13 20:07:22 +01:00
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
}