Files
vue-ts-example/.npmrc
严浩 aa84274f0a
All checks were successful
/ build-and-deploy-to-vercel (push) Successful in 1m22s
/ depcheck (push) Successful in 1m14s
/ playwright (push) Successful in 3m27s
feat: 添加热模块替换支持到计数器状态管理
2024-12-18 18:08:22 +08:00

14 lines
580 B
Plaintext

registry=https://registry.npmmirror.com/
registry=https://mirrors.cloud.tencent.com/npm/
registry=https://mirrors.huaweicloud.com/repository/npm/
registry=https://registry.npmjs.org/
# registry=https://nexus.oo1.dev/repository/npm/
# https://pnpm.io/zh/npmrc#node-mirrorltreleasedir
use-node-version=22.12.0
node-mirror:release=https://npmmirror.com/mirrors/node/ # pnpm config set node-mirror:release=https://npmmirror.com/mirrors/node/
node-mirror:rc=https://npmmirror.com/mirrors/node-rc/
node-mirror:nightly=https://npmmirror.com/mirrors/node-nightly/
shamefully-hoist=true