9 lines
195 B
Plaintext
9 lines
195 B
Plaintext
|
|
# pnpm 配置
|
||
|
|
shamefully-hoist=true
|
||
|
|
strict-peer-dependencies=false
|
||
|
|
auto-install-peers=true
|
||
|
|
|
||
|
|
# 使用国内镜像(可选,根据需要取消注释)
|
||
|
|
# registry=https://registry.npmmirror.com
|
||
|
|
|