diff --git a/backend/.air.toml b/backend/.air.toml index 8aaec7e..3ffe041 100644 --- a/backend/.air.toml +++ b/backend/.air.toml @@ -4,8 +4,8 @@ tmp_dir = "tmp" [build] cmd = "templ generate && ./bin/tailwindcss -i tailwind.input.css -o static/tailwind.css && go build -o ./tmp/web ./cmd/web" bin = "./tmp/web" -include_ext = ["go", "templ", "css"] -exclude_dir = ["tmp", "bin", "static", ".git", "internal/db/sqlc"] -exclude_regex = [".*_templ\\.go$"] +include_ext = ["go", "templ", "css", "js"] +exclude_dir = ["tmp", "bin", ".git", "internal/db/sqlc"] +exclude_regex = [".*_templ\\.go$", "static/tailwind\\.css$"] delay = 200 stop_on_error = true