mirror of
https://gitee.com/zongzhige/shopxo-diy.git
synced 2026-07-01 11:29:59 +08:00
9 lines
226 B
Plaintext
9 lines
226 B
Plaintext
## 开发环境
|
|
|
|
# 变量必须以 VITE_ 为前缀才能暴露给外部读取
|
|
NODE_ENV='dev'
|
|
|
|
VITE_APP_TITLE = 'shopxo'
|
|
VITE_APP_PORT = 3000
|
|
VITE_APP_BASE_API = '/dev-api'
|
|
VITE_APP_BASE_API_URL = 'http://shopxo.com/admin.php/' |