mirror of
https://github.com/hellodigua/ChatLab.git
synced 2026-04-25 21:32:41 +08:00
12 lines
523 B
Plaintext
12 lines
523 B
Plaintext
# 使用国内镜像加速依赖下载
|
|
registry=https://registry.npmmirror.com
|
|
|
|
# 常用二进制镜像(本项目核心依赖)
|
|
electron-mirror=https://npmmirror.com/mirrors/electron/
|
|
electron_mirror=https://npmmirror.com/mirrors/electron/
|
|
electron_builder_binaries_mirror=https://npmmirror.com/mirrors/electron-builder-binaries/
|
|
better-sqlite3_binary_host_mirror=https://npmmirror.com/mirrors/better-sqlite3
|
|
|
|
# 历史项目依赖兼容:保留 hoist 行为,避免安装结构变化带来回归
|
|
shamefully-hoist=true
|