mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-05-14 19:52:10 +08:00
6 lines
135 B
Plaintext
6 lines
135 B
Plaintext
NODE_ENV=development
|
||
|
||
VUE_APP_PREVIEW=true
|
||
|
||
# 开发环境时,要调用的egg服务地址
|
||
VUE_APP_API_BASE_URL=http://localhost:7068 |