From eaed2519b1e246246569a9dbd45b7f166af85448 Mon Sep 17 00:00:00 2001 From: jc <46619361+juancwu@users.noreply.github.com> Date: Tue, 26 Mar 2024 01:30:50 -0400 Subject: [PATCH] fix air cmd --- .air.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.air.toml b/.air.toml index 503d1a9..66f8bd9 100644 --- a/.air.toml +++ b/.air.toml @@ -5,7 +5,7 @@ tmp_dir = "tmp" [build] args_bin = [] bin = "./tmp/main" - cmd = "go build -o ./tmp/main ./main.go" + cmd = "go build -o ./tmp/main ." delay = 1000 exclude_dir = ["node_modules", "assets", "tmp", "vendor", "testdata"] exclude_file = []