godash/.air.toml

5 lines
130 B
TOML
Raw Permalink Normal View History

2024-03-12 15:49:08 +01:00
[build]
bin = "tmp/app"
cmd = "go build -o tmp/app main.go"
exclude_dir = [".gitlab", "node_modules", "assets", "storage", "tmp"]