Files
api-golang/.air.toml

6 lines
129 B
TOML

[build]
cmd = "go build -o ./tmp/main.exe ."
bin = "./tmp/main.exe"
include_ext = ["go"]
exclude_dir = ["tmp", "vendor"]