mirror of
https://github.com/dreammis/social-auto-upload.git
synced 2026-08-28 17:43:28 +08:00
11 lines
155 B
Bash
11 lines
155 B
Bash
# 开发环境配置
|
|
NODE_ENV=development
|
|
|
|
# API 基础地址
|
|
VITE_API_BASE_URL=/api
|
|
|
|
# 应用端口
|
|
VITE_PORT=5173
|
|
|
|
# 是否开启 mock
|
|
VITE_USE_MOCK=true |