Don't stop the server if there is a build error

This commit is contained in:
Eli Ribble 2026-02-13 19:18:48 +00:00
parent b5395afe74
commit a93099fd6e
No known key found for this signature in database

View file

@ -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 = ""