arcast/modd.conf

9 lines
201 B
Plaintext
Raw Normal View History

2023-12-13 20:07:22 +01:00
**/*.go
pkg/server/templates/**.gotmpl
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_amd64 --debug --log-level debug run"
2023-12-13 20:07:22 +01:00
}