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