wrappd.sh/.air.toml

9 lines
132 B
TOML
Raw Permalink Normal View History

2024-12-05 14:00:58 +01:00
root = "."
tmp_dir = "tmp"
[build]
cmd = "go build -o ./tmp/main_web ./cmd/web/main.go"
bin = "./tmp/main_web"
delay = 1000