From 782dacb822919529d0f3e8413bb2f6c130d4dfa1 Mon Sep 17 00:00:00 2001 From: JaxxMoss Date: Fri, 16 May 2025 14:46:19 +0200 Subject: [PATCH] Update to .air.toml to exclude ui instead of fe directory. --- .air.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.air.toml b/.air.toml index 435a885..92f3f0d 100644 --- a/.air.toml +++ b/.air.toml @@ -10,7 +10,7 @@ bin = "tmp/main.exe" [build] cmd = "go build -o ./tmp/main.exe main.go" include_ext = ["go"] - exclude_dir = ["fe", "panels", "builds"] + exclude_dir = ["ui", "panels", "builds"] # Restart on file changes [log]