8 lines
141 B
Plaintext
8 lines
141 B
Plaintext
# 生产环境配置
|
|
NODE_ENV=production
|
|
|
|
# API 基础地址
|
|
VITE_API_BASE_URL=http://localhost:5409
|
|
|
|
# 是否开启 mock
|
|
VITE_USE_MOCK=false |