15 lines
251 B
Bash
15 lines
251 B
Bash
# 项目名称
|
|
VITE_APPNAME='Electron32-MacOS'
|
|
|
|
# 运行端口
|
|
VITE_PORT=3003
|
|
|
|
# 是否加载调试工具devtools
|
|
VITE_DEVTOOLS=true
|
|
|
|
# 是否打开调试工具devtools
|
|
VITE_OPEN_DEVTOOLS=true
|
|
|
|
# 是否删除生产环境console
|
|
VITE_DROP_CONSOLE=true
|