Don't stop the server if there is a build error
This commit is contained in:
parent
b5395afe74
commit
a93099fd6e
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ tmp_dir = "tmp"
|
||||||
rerun = false
|
rerun = false
|
||||||
rerun_delay = 500
|
rerun_delay = 500
|
||||||
send_interrupt = true
|
send_interrupt = true
|
||||||
stop_on_error = true
|
stop_on_error = false
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
app = ""
|
app = ""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue