just a website
0
fork

Configure Feed

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

Add nodejs and debug envvars

+5
+5
.tangled/workflows/deploy.yaml
··· 7 7 dependencies: 8 8 nixpkgs/nixpkgs-unstable: 9 9 - bun 10 + - nodejs 10 11 11 12 steps: 12 13 - name: deploy 13 14 command: "bunx wrangler deploy" 15 + environment: 16 + TERM: "dumb" 17 + NO_COLOR: "true" 18 + WRANGLER_LOG: "debug"