build: 修改 npm 镜像源为国内代理

- 新增 .npmrc 文件,配置国内代理
- 使用 https://registry.npmmirror.com/ 作为默认注册表
This commit is contained in:
2025-07-09 12:27:53 +08:00
parent 2486c8e8b6
commit 2314b91919

1
.npmrc Normal file
View File

@@ -0,0 +1 @@
registry=https://registry.npmmirror.com/