chore: add pnpm packageManager field and workspace config

Add pnpm@10.33.0 as packageManager, create pnpm-workspace.yaml with
minimumReleaseAge (3 days) and onlyBuiltDependencies allowlist
(better-sqlite3, esbuild, protobufjs, sharp), update .npmrc as
safety-net fallback.
This commit is contained in:
meeech
2026-04-14 00:26:55 -04:00
committed by gavrielc
parent 1aeb8fb4ca
commit 3e1f226281
3 changed files with 12 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
onlyBuiltDependencies:
- better-sqlite3
- esbuild
- protobufjs
- sharp
pnpm:
minimumReleaseAge: 4320