feat: with compose

This commit is contained in:
2025-07-21 21:18:33 +02:00
committed by kjuulh
parent 01b1d79d75
commit a8a9fce3bc
18 changed files with 326 additions and 31 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"