1
0
Fork 0
forked from 2sys/shoutdotdev
shoutdotdev/bacon.toml

8 lines
180 B
TOML
Raw Normal View History

2024-11-01 00:07:33 -07:00
[jobs.webserver]
command = ["cargo", "run"]
need_stdout = true
background = false
on_change_strategy = "kill_then_restart"
kill = ["kill", "-s", "INT"]
watch =["src", "templates"]