1
0
Fork 0
forked from 2sys/shoutdotdev
shoutdotdev/bacon.toml
2025-02-26 13:10:50 -08:00

7 lines
180 B
TOML

[jobs.webserver]
command = ["cargo", "run"]
need_stdout = true
background = false
on_change_strategy = "kill_then_restart"
kill = ["kill", "-s", "INT"]
watch =["src", "templates"]