Fixed an error with a nil pointer deref

This commit is contained in:
Simon Martens
2024-12-04 19:07:49 +01:00
parent 3d78e01287
commit ba267312ab

View File

@@ -29,8 +29,8 @@ kill_delay = "0s"
log = "build-errors.log"
poll = false
poll_interval = 0
post_cmd = ["npm --prefix views/ run build -- --config vite.dev.config.js"]
pre_cmd = []
post_cmd = []
pre_cmd = ["npm --prefix views/ run build -- --config vite.dev.config.js"]
rerun = false
rerun_delay = 500
send_interrupt = true