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.
4 lines
180 B
Plaintext
4 lines
180 B
Plaintext
# Safety net — pnpm-workspace.yaml has the authoritative minimumReleaseAge (4320 min = 3 days)
|
|
# This .npmrc value is a fallback if npm is ever invoked directly
|
|
minReleaseAge=3d
|