8 lines
148 B
Plaintext
8 lines
148 B
Plaintext
# 本地环境
|
|
VITE_USER_NODE_ENV = development
|
|
|
|
# 公共基础路径
|
|
VITE_PUBLIC_PATH = /
|
|
|
|
# proxy
|
|
VITE_PROXY = [["/api","http://localhost:8080"]] |