mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-28 16:45:32 +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"
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user