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]