Skip to content

Commit

Permalink
chore: update .air.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
just-pthai-it committed Oct 21, 2024
1 parent 59f8f17 commit e8a2132
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .air.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit e8a2132

Please sign in to comment.