From bbbc06583a50e8098a3928b254125335bd73c2ca Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Thu, 12 Feb 2026 21:05:11 +0000 Subject: [PATCH] Don't autobuild for cmd changes --- .air.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.air.toml b/.air.toml index c94e5f9a..3d6711fd 100644 --- a/.air.toml +++ b/.air.toml @@ -7,7 +7,7 @@ tmp_dir = "tmp" bin = "./tmp/nidus-sync" cmd = "go build -o ./tmp/nidus-sync ." delay = 1000 - exclude_dir = ["templates", "static", "tmp"] + exclude_dir = ["templates", "static", "cmd", "tmp"] exclude_file = [] exclude_regex = ["_test.go"] exclude_unchanged = false