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 = []