fix(package): remove pnpm config from package.json and move allowBuilds to pnpm-workspace.yaml

This commit is contained in:
t8y2 2026-06-28 12:28:01 +08:00
parent 7ce0addb61
commit 981da7bbbe
2 changed files with 7 additions and 8 deletions

View File

@ -110,12 +110,5 @@
"engines": {
"node": ">=22.13.0"
},
"packageManager": "pnpm@10.27.0",
"pnpm": {
"onlyBuiltDependencies": [
"better-sqlite3",
"esbuild",
"keytar"
]
}
"packageManager": "pnpm@10.27.0"
}

View File

@ -1,2 +1,8 @@
packages:
- "packages/*"
allowBuilds:
better-sqlite3: true
esbuild: true
keytar: true
vue-demi: false