chore: add pnpm configuration for only built dependencies in package.json

This commit is contained in:
Anish Sarkar 2026-05-11 13:41:38 +05:30
parent 99e667f3f9
commit 3b345e7091

View file

@ -176,5 +176,17 @@
"tsx": "^4.20.6",
"typescript": "^5.8.3",
"vite": "^7.3.1"
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"@rocicorp/zero-sqlite3",
"@swc/core",
"core-js",
"esbuild",
"protobufjs",
"sharp",
"unrs-resolver"
]
}
}