260306:1608 20260306:1603 fix pnpm hoisting config
Some checks failed
Build and Deploy / deploy (push) Failing after 3m17s

This commit is contained in:
admin
2026-03-06 16:08:38 +07:00
parent ab2f1ea344
commit 3132954498
2 changed files with 10 additions and 1 deletions

9
backend/.npmrc Normal file
View File

@@ -0,0 +1,9 @@
# pnpm Configuration for Docker Build
# Fix bin linking issues in deploy stage
shamefully-hoist=true
hoist-pattern=*
public-hoist-pattern=*
node-linker=isolated
strict-peer-dependencies=false
auto-install-peers=true