Files
wg-mesh/bacon.toml
2026-02-12 13:35:25 -08:00

8 lines
193 B
TOML

[jobs.dev]
command = ["cargo", "run"]
need_stdout = true
background = false
on_change_strategy = "kill_then_restart"
kill = ["kill", "-s", "INT"]
watch = ["registry/", "client/", "Cargo.toml"]