diff --git a/.air.toml b/.air.toml index ef45bf2..0c0f608 100644 --- a/.air.toml +++ b/.air.toml @@ -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