Monorepo for Tangled tangled.org
907
fork

Configure Feed

Select the types of activity you want to include in your feed.

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