A vibe coded tangled fork which supports pijul.
at 8b01e02026ce15adc7bb6b54f1417203a33ec627 8 lines 180 B view raw
1[build] 2cmd = "go build -o knot ./cmd/knotserver/main.go" 3bin = "knot" 4root = "." 5 6exclude_regex = [".*_templ.go"] 7include_ext = ["go", "templ"] 8exclude_dir = ["target", "atrium"]