Files
kouiz/modd.conf
2025-06-10 21:09:58 +02:00

13 lines
206 B
Plaintext

internal/**/*.go
internal/**/*.gotmpl
internal/**/*.txt
.env
Makefile
modd.conf {
prep: "make -o generate build"
daemon: "make CMD='bin/kouiz' run-with-env"
}
internal/**/*.templ {
prep: make build
}