this repo has no description
0
fork

Configure Feed

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

chore: add nixpacks config

+10 -2
+2 -2
netlify.toml
··· 1 1 [build] 2 2 publish = "dist" 3 - command = "npm run build" 3 + command = "pnpm run build" 4 4 5 5 [build.environment] 6 - NODE_VERSION = "16" 6 + NODE_VERSION = "22" 7 7 8 8 [[headers]] 9 9 for = "/.well-known/*"
+8
nixpacks.toml
··· 1 + [phases.setup] 2 + nixPkgs = ['nodejs_22', 'pnpm'] 3 + 4 + [phases.install] 5 + cmds = ['pnpm install'] 6 + 7 + [phases.build] 8 + cmds = ['pnpm run build']