6 lines
141 B
TOML
6 lines
141 B
TOML
[jobs.serve]
|
|
command = ["cargo", "run"]
|
|
background = false
|
|
need_stdout = true
|
|
on_change_strategy = "kill_then_restart"
|
|
watch = ["templates"]
|