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