mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-20 00:24:30 +01:00
bacon: working jobs live watch
This commit is contained in:
@@ -91,11 +91,17 @@ background = true
|
||||
command = ["cargo", "run", "--color", "always", "--bin", "server"]
|
||||
need_stdout = true
|
||||
allow_warnings = true
|
||||
watch = ["src", "Cargo.toml", "Cargo.lock"]
|
||||
background = true
|
||||
on_change_strategy = "kill_then_restart"
|
||||
|
||||
[jobs.worker]
|
||||
command = ["cargo", "run", "--color", "always", "--bin", "worker"]
|
||||
need_stdout = true
|
||||
allow_warnings = true
|
||||
watch = ["src", "Cargo.toml", "Cargo.lock"]
|
||||
background = true
|
||||
on_change_strategy = "kill_then_restart"
|
||||
|
||||
# You may define here keybindings that would be specific to
|
||||
# a project, for example a shortcut to launch a specific job.
|
||||
|
||||
Reference in New Issue
Block a user