10 lines
312 B
TOML
10 lines
312 B
TOML
env.CARGO_TERM_COLOR = "always"
|
|
|
|
[jobs.recorder]
|
|
command = ["cargo", "run", "-p", "recorder", "--bin", "recorder_cli", "--", "--environment", "development"]
|
|
watch = ["apps/recorder"]
|
|
need_stdout = true
|
|
allow_warnings = true
|
|
background = false
|
|
on_change_strategy = "kill_then_restart"
|
|
kill = ["kill", "-s", "INT"] |