forked from kemitix/git-next
chore: bacon run job runs server
This commit is contained in:
parent
0796df00d4
commit
880fa0cc0e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue