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
272 B
14 lines
272 B
# port 端口号
|
|
VITE_PORT = 8888
|
|
|
|
#浏览器自动打开
|
|
VITE_OPEN = true
|
|
|
|
# 本地环境
|
|
ENV = 'development'
|
|
|
|
# ADMIN 服务地址
|
|
VITE_ADMIN_PROXY_PATH = http://127.0.0.1:9999
|
|
|
|
# 代码生成服务地址 (单体架构有效)
|
|
VITE_GEN_PROXY_PATH = http://127.0.0.1:5003
|