mirror of
https://gitee.com/zongzhige/shopxo-diy.git
synced 2026-06-05 18:25:52 +08:00
8 lines
219 B
Plaintext
8 lines
219 B
Plaintext
|
|
## 生产环境
|
||
|
|
# 变量必须以 VITE_ 为前缀才能暴露给外部读取
|
||
|
|
NODE_ENV='pro'
|
||
|
|
|
||
|
|
VITE_APP_TITLE = 'shopxo'
|
||
|
|
VITE_APP_PORT = 3000
|
||
|
|
VITE_APP_BASE_API = '/prod-api'
|
||
|
|
VITE_APP_BASE_API_URL = 'http://localhost:3000'
|