Update to .air.toml to exclude ui instead of fe directory.

This commit is contained in:
JaxxMoss 2025-05-16 14:46:19 +02:00
parent 7da4cf0ad1
commit 782dacb822

View file

@ -10,7 +10,7 @@ bin = "tmp/main.exe"
[build] [build]
cmd = "go build -o ./tmp/main.exe main.go" cmd = "go build -o ./tmp/main.exe main.go"
include_ext = ["go"] include_ext = ["go"]
exclude_dir = ["fe", "panels", "builds"] exclude_dir = ["ui", "panels", "builds"]
# Restart on file changes # Restart on file changes
[log] [log]