fix(npmrc): 🐛 update pnpm configuration for NestJS compatibility
This commit is contained in:
parent
64ae7e38e5
commit
3d41e4993b
1 changed files with 2 additions and 5 deletions
7
.npmrc
7
.npmrc
|
|
@ -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/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue