mirror of
https://github.com/ccmjga/zhilu-admin
synced 2026-04-01 09:03:43 +08:00
15 lines
368 B
Bash
15 lines
368 B
Bash
VITE_APP_PORT=5173
|
|
VITE_SOURCE_MAP=true
|
|
# mock
|
|
#VITE_ENABLE_MOCK=true
|
|
#VITE_BASE_URL=http://localhost:5173
|
|
#VITE_STATIC_URL=http://localhost:5173/static
|
|
# local
|
|
VITE_ENABLE_MOCK=false
|
|
VITE_BASE_URL=http://localhost:8080
|
|
VITE_STATIC_URL=http://localhost:8080/static
|
|
# dev
|
|
#VITE_ENABLE_MOCK=false
|
|
#VITE_BASE_URL=https://localhost/api
|
|
#VITE_STATIC_URL=https://localhost/
|