godash/.air.toml

6 lines
263 B
TOML
Raw Normal View History

2023-06-16 13:19:10 +02:00
[build]
bin = "tmp/godash"
2023-10-02 22:35:11 +02:00
pre_cmd = ["npx tailwindcss -i ./web/static/css/tailwind.css -o ./web/static/css/style.css"]
2023-06-16 13:19:10 +02:00
cmd = "go build -o tmp/godash cmd/godash/godash.go"
exclude_dir = [".gitlab", "docker", "scripts", "node_modules", "static", "storage", "tmp"]