feat: with compose

This commit is contained in:
2025-07-21 21:18:33 +02:00
parent 01b1d79d75
commit ba50b4dfef
19 changed files with 344 additions and 27 deletions

11
mise.toml Normal file
View File

@@ -0,0 +1,11 @@
[tasks."node"]
env = { RUST_LOG = "norun=trace,notmad=debug,info" }
run = "cargo run -p norun -- node"
[tasks."test"]
alias = ["t"]
run = "cargo nextest run"
[tasks."generate"]
alias = ["g", "gen"]
run = "buf generate"