fix: replace .npmrc with pnpm-workspace.yaml for build config
Deploy to Vercel / deploy (push) Failing after 1m5s

pnpm-workspace.yaml is the canonical location for allowBuilds
in pnpm v10+, and the package.json trailing comma was cleaned up.
This commit is contained in:
2026-06-08 16:43:43 +08:00
parent 66f97ee491
commit b7a772dc47
4 changed files with 3 additions and 29 deletions
+2
View File
@@ -0,0 +1,2 @@
allowBuilds:
esbuild: true