Files
2026-04-18 11:36:39 +03:00

9 lines
259 B
TOML

root = "."
tmp_dir = "tmp"
[build]
cmd = "go build -o tmp/md-to-html ./cmd/md-to-html"
bin = "tmp/md-to-html serve"
exclude_dir = ["archive", "tmp", "bin", "web/static/dist", "node_modules", ".review-sandboxes", ".git"]
include_ext = ["go", "templ", "html"]