From 42d05fd8e4d6e763db2351832e48b532c3d4d9f8 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Tue, 10 Feb 2026 16:27:13 +0000 Subject: [PATCH] Remove -prod arg on air config Because I'm confident the templates are working in production now. --- .air.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.air.toml b/.air.toml index 67c17187..c94e5f9a 100644 --- a/.air.toml +++ b/.air.toml @@ -3,7 +3,7 @@ testdata_dir = "testdata" tmp_dir = "tmp" [build] - args_bin = ["-prod"] + args_bin = [] bin = "./tmp/nidus-sync" cmd = "go build -o ./tmp/nidus-sync ." delay = 1000