forked from 2sys/shoutdotdev
7 lines
180 B
TOML
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"]
|