samey/bacon.toml

6 lines
151 B
TOML

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