godash/.air.toml

5 lines
178 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"
2023-10-26 11:10:03 +02:00
exclude_dir = [".gitlab", "docker", "scripts", "web/node_modules", "web/static", "storage", "tmp"]