From ba267312ab6fe7c526ba0d6f285cdafe64861189 Mon Sep 17 00:00:00 2001 From: Simon Martens Date: Wed, 4 Dec 2024 19:07:49 +0100 Subject: [PATCH] Fixed an error with a nil pointer deref --- .air.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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