feat: initial commit

This commit is contained in:
2025-02-21 18:42:56 +01:00
commit ee4a65b345
81 changed files with 3441 additions and 0 deletions

11
modd.conf Normal file
View File

@ -0,0 +1,11 @@
internal/**/*.go
.env
Makefile
modd.conf {
prep: "make -o generate build"
daemon: "make CMD='bin/rkvst' run-with-env"
}
internal/**/*.templ {
prep: make build
}