wrappd.sh/.air.toml
2024-12-05 14:01:14 +01:00

9 lines
132 B
TOML

root = "."
tmp_dir = "tmp"
[build]
cmd = "go build -o ./tmp/main_web ./cmd/web/main.go"
bin = "./tmp/main_web"
delay = 1000