Files
local-server/modd.conf
Mikaël Cluseau c8759e03d5 cleanup modd.conf
2025-06-29 18:34:59 +02:00

13 lines
200 B
Plaintext

modd.conf {}
**/*.go go.mod go.sum {
prep: go test ./...
prep: mkdir -p dist
prep: hack/build ./...
#daemon +sigterm: bash test-run
}
html/**/* {
prep: hack/build ./cmd/dkl-local-server
}