my website at ewancroft.uk
6
fork

Configure Feed

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

fix: change to pnpm

+3 -3
+3 -3
vercel.json
··· 1 1 { 2 2 "$schema": "https://openapi.vercel.sh/vercel.json", 3 - "buildCommand": "npm run build", 4 - "devCommand": "npm run dev", 5 - "installCommand": "npm install", 3 + "buildCommand": "pnpm run build", 4 + "devCommand": "pnpm run dev", 5 + "installCommand": "pnpm install", 6 6 "framework": "sveltekit", 7 7 "git": { 8 8 "deploymentEnabled": {