samey/bacon.toml
2025-04-10 07:06:34 -03:00

6 lines
141 B
TOML

[jobs.serve]
command = ["cargo", "run"]
background = false
need_stdout = true
on_change_strategy = "kill_then_restart"
watch = ["templates"]