arcast/modd.conf

12 lines
224 B
Plaintext
Raw Normal View History

2024-04-24 17:32:01 +02:00
{
prep: make build-apps
}
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_amd64 --debug --log-level debug run"
2023-12-13 20:07:22 +01:00
}