From 880fa0cc0e3a5492cad2932cf390159f5c893faf Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 30 Jun 2024 08:08:44 +0100 Subject: [PATCH] chore: bacon run job runs server --- bacon.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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