mirror of
https://github.com/ccmjga/zhilu-admin
synced 2026-03-13 21:27:19 +08:00
12 lines
241 B
Bash
12 lines
241 B
Bash
VITE_APP_PORT=5173
|
|
VITE_SOURCE_MAP=true
|
|
# mock
|
|
VITE_ENABLE_MOCK=true
|
|
VITE_BASE_URL=http://localhost:5173
|
|
# local
|
|
#VITE_ENABLE_MOCK=false
|
|
#VITE_BASE_URL=http://localhost:8080
|
|
# dev
|
|
#VITE_ENABLE_MOCK=false
|
|
#VITE_BASE_URL=https://localhost/api
|