godash/.air.toml

5 lines
170 B
TOML
Raw Normal View History

2023-06-16 13:19:10 +02:00
[build]
bin = "tmp/godash"
cmd = "go build -o tmp/godash cmd/godash/godash.go"
exclude_dir = [".gitlab", "docker", "scripts", "node_modules", "static", "storage", "tmp"]