From e8a21328c48060ab87afad80d58718019542cd78 Mon Sep 17 00:00:00 2001 From: pthai Date: Tue, 22 Oct 2024 00:42:34 +0700 Subject: [PATCH] chore: update .air.toml --- .air.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.air.toml b/.air.toml index 2475947..4d5343c 100644 --- a/.air.toml +++ b/.air.toml @@ -5,15 +5,13 @@ tmp_dir = "bin" args_bin = [] bin = "./bin/${SERVICE_NAME}" cmd = "go build -o ./bin/${SERVICE_NAME} ./services/${SERVICE_NAME}/app/." -# cmd = "go run ./app/." -# cmd = "go build -o ./bin/${SERVICE_NAME} ./services/${SERVICE_NAME}/app/. && dlv exec ./bin/${SERVICE_NAME} --headless --continue --listen=:40000 --api-version=2 --accept-multiclient" delay = 1000 exclude_dir = ["assets", "tmp", "vendor", "testdata"] exclude_file = [] exclude_regex = ["_test.go"] exclude_unchanged = false follow_symlink = false - full_bin = "" +# full_bin = "dlv exec ./bin/${SERVICE_NAME} --headless --continue --listen=:40000 --api-version=2 --accept-multiclient" include_dir = [] include_ext = ["go", "tpl", "tmpl", "html"] include_file = []