mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-29 17:15:31 +00:00
Fixed an error with a nil pointer deref
This commit is contained in:
@@ -29,8 +29,8 @@ kill_delay = "0s"
|
|||||||
log = "build-errors.log"
|
log = "build-errors.log"
|
||||||
poll = false
|
poll = false
|
||||||
poll_interval = 0
|
poll_interval = 0
|
||||||
post_cmd = ["npm --prefix views/ run build -- --config vite.dev.config.js"]
|
post_cmd = []
|
||||||
pre_cmd = []
|
pre_cmd = ["npm --prefix views/ run build -- --config vite.dev.config.js"]
|
||||||
rerun = false
|
rerun = false
|
||||||
rerun_delay = 500
|
rerun_delay = 500
|
||||||
send_interrupt = true
|
send_interrupt = true
|
||||||
|
|||||||
Reference in New Issue
Block a user