You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
294 B
14 lines
294 B
# 项目本地运行端口号
|
|
VITE_PORT = 8848
|
|
|
|
# 开发环境读取配置文件路径
|
|
VITE_PUBLIC_PATH = /
|
|
|
|
# 开发环境代理
|
|
VITE_PROXY_DOMAIN = /api
|
|
|
|
# 开发环境路由历史模式
|
|
VITE_ROUTER_HISTORY = "hash"
|
|
|
|
# 开发环境后端地址
|
|
VITE_PROXY_DOMAIN_REAL = "http://127.0.0.1:3000"
|