Monorepo for Tangled
at 8f0ac9d1fbd48c6a1f8c53cb951691d2f6653dfb 8 lines 322 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 = ";set -o allexport && source .env && set +o allexport; .bin/app" 4root = "." 5 6exclude_regex = [".*_templ.go"] 7include_ext = ["go", "templ", "html", "css"] 8exclude_dir = ["target", "atrium", "nix"]