10 lines
217 B
Plaintext
10 lines
217 B
Plaintext
# 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
|