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