Files
2026-06-01 13:43:09 +08:00

24 lines
660 B
Plaintext

# pnpm 配置文件 - 优化国内网络访问和包管理体验
# 镜像源配置
registry=https://registry.npmmirror.com
@types:registry=https://registry.npmmirror.com
@typescript-eslint:registry=https://registry.npmmirror.com
@next:registry=https://registry.npmmirror.com
@vercel:registry=https://registry.npmmirror.com
@vue:registry=https://registry.npmmirror.com
@vitejs:registry=https://registry.npmmirror.com
# pnpm 特定配置
auto-install-peers=true
strict-peer-dependencies=false
save-exact=true
prefer-offline=true
progress=false
# 构建优化
ignore-build-scripts=true
# 工作区配置
save-workspace-protocol=true
package-import-method=auto