konobangu/bacon.toml
2025-03-08 03:22:46 +08:00

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"]