Air: Don't rebuild for html, don't restart on error

This commit is contained in:
Eli Ribble 2025-11-05 17:34:51 +00:00
parent 963994abbc
commit 981f043b7f
No known key found for this signature in database

View file

@ -7,14 +7,14 @@ tmp_dir = "tmp"
bin = "./tmp/nidus-sync"
cmd = "go build -o ./tmp/nidus-sync ."
delay = 1000
exclude_dir = ["static", "tmp"]
exclude_dir = ["templates", "static", "tmp"]
exclude_file = []
exclude_regex = ["_test.go"]
exclude_unchanged = false
follow_symlink = false
full_bin = ""
include_dir = []
include_ext = ["go", "html"]
include_ext = ["go"]
include_file = []
kill_delay = "0s"
log = "build-errors.log"
@ -25,7 +25,7 @@ tmp_dir = "tmp"
rerun = false
rerun_delay = 500
send_interrupt = false
stop_on_error = false
stop_on_error = true
[color]
app = ""