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
-27
View File
@@ -1,27 +0,0 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore: "
groups:
dependency-updates:
patterns: ["*"]
update-types: ["minor", "patch"]
ignore:
- dependency-name: "@types/node"
update-types: ["version-update:semver-major"]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
-1
View File
@@ -1 +0,0 @@
onlyBuiltDependencies[]=@tailwindcss/oxide
+1 -1
View File
@@ -40,5 +40,5 @@
"prettier": "^3.8.0", "prettier": "^3.8.0",
"typescript": "~5.9.3", "typescript": "~5.9.3",
"vite": "^7.3.1" "vite": "^7.3.1"
}, }
} }
+2
View File
@@ -0,0 +1,2 @@
allowBuilds:
esbuild: true