diff --git a/bacon.toml b/bacon.toml index 3d30b8b..5b78b58 100644 --- a/bacon.toml +++ b/bacon.toml @@ -57,7 +57,7 @@ on_success = "back" # so that # If you want to pass options to your program, a `--` separator # will be needed. [jobs.run] -command = ["cargo", "run", "--color", "always"] +command = ["cargo", "run", "--color", "always", "--", "server", "start"] need_stdout = true allow_warnings = true