mirror of
https://github.com/vbenjs/gf-vben-admin.git
synced 2025-01-24 04:10:20 +08:00
18 lines
320 B
Plaintext
18 lines
320 B
Plaintext
# Whether to open mock
|
|
VITE_USE_MOCK = true
|
|
|
|
# public path
|
|
VITE_PUBLIC_PATH = /
|
|
|
|
# Cross-domain proxy, you can configure multiple
|
|
VITE_PROXY=[["/api","http://localhost:3000"]]
|
|
|
|
# Delete console
|
|
VITE_DROP_CONSOLE = false
|
|
|
|
# Basic interface address SPA
|
|
VITE_GLOB_API_URL=/api
|
|
|
|
# Interface prefix
|
|
VITE_GLOB_API_URL_PREFIX=
|