18 lines
580 B
Plaintext
18 lines
580 B
Plaintext
# 设置npm镜像源为淘宝镜像
|
||
registry=https://registry.npmmirror.com/
|
||
|
||
# 设置electron下载镜像
|
||
ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/
|
||
# 设置electron-builder下载镜像
|
||
ELECTRON_BUILDER_BINARIES_MIRROR=https://npmmirror.com/mirrors/electron-builder-binaries/
|
||
|
||
# 设置node-pre-gyp镜像(用于sqlite3、bcrypt等原生模块)
|
||
NODE_PRE_GYP_GITHUB_TOKEN=token
|
||
node_pre_gyp=https://npmmirror.com/mirrors/node-pre-gyp/
|
||
|
||
# 设置python路径(如果需要)
|
||
python=python3
|
||
|
||
# 设置代理(可选,如果有网络代理)
|
||
# https-proxy=
|
||
# proxy= |