fix(npmrc): 🐛 update pnpm configuration for NestJS compatibility

This commit is contained in:
Lilith 2026-01-05 15:47:04 -08:00
parent 64ae7e38e5
commit 3d41e4993b

7
.npmrc
View file

@ -2,14 +2,11 @@
# Auth token configured via CI secrets or ~/.npmrc locally
@lilith:registry=http://forge.nasty.sh/api/packages/lilith/npm/
# Windows-optimized pnpm configuration
node-linker=isolated
symlinks=true
# Node modules configuration - using hoisted for NestJS compatibility
node-linker=hoisted
auto-install-peers=true
strict-peer-dependencies=false
link-workspace-packages=true
dedupe-peer-dependents=true
shamefully-hoist=true
# NestJS singleton resolution (prevents multiple instances)
public-hoist-pattern[]=@nestjs/*