diff --git a/.air.toml b/.air.toml index 172337f..9f66b2a 100644 --- a/.air.toml +++ b/.air.toml @@ -6,7 +6,7 @@ tmp_dir = "tmp" bin = "tmp/main.exe" cmd = "go build -o ./tmp/main.exe ./cmd/sms-gateway" delay = 1000 - exclude_dir = ["api", "assets", "tmp", "vendor", "testdata", "tmp"] + exclude_dir = ["api", "assets", "tmp", "vendor", "testdata", "tmp", "web"] exclude_file = [] exclude_regex = ["_test.go"] exclude_unchanged = false