chore: update pnpm workspace configuration to allow builds for specified dependencies

This commit is contained in:
Anish Sarkar 2026-05-11 17:02:06 +05:30
parent 6501e32b4f
commit 741d6e7eea

View file

@ -1,11 +1,9 @@
packages:
- "."
onlyBuiltDependencies:
- "@parcel/watcher"
- "@rocicorp/zero-sqlite3"
- "@swc/core"
- core-js
- esbuild
- protobufjs
- sharp
- unrs-resolver
allowBuilds:
"@parcel/watcher": true
"@rocicorp/zero-sqlite3": true
"@swc/core": true
core-js: true
esbuild: true
protobufjs: true
sharp: true
unrs-resolver: true