8 lines
261 B
1
[build]
2
cmd = "tailwindcss -i input.css -o ./appview/pages/static/tw.css && go build -o .bin/app ./cmd/appview/main.go"
3
bin = ".bin/app"
4
root = "."
5
6
exclude_regex = [".*_templ.go"]
7
include_ext = ["go", "templ", "html", "css"]
8
exclude_dir = ["target", "atrium"]
9