11 lines
364 B
TOML
11 lines
364 B
TOML
root = "."
|
|
tmp_dir = "tmp"
|
|
|
|
[build]
|
|
cmd = "templ generate && ./bin/tailwindcss -i tailwind.input.css -o static/tailwind.css && go build -tags catalog -o ./tmp/web ./cmd/web"
|
|
bin = "./tmp/web"
|
|
include_ext = ["go", "templ", "css"]
|
|
exclude_dir = ["tmp", "bin", "static", ".git", "internal/db/sqlc"]
|
|
exclude_regex = [".*_templ\\.go$"]
|
|
delay = 200
|
|
stop_on_error = true
|