# port 端口号
VITE_PORT = 8889

# open 运行 npm run dev 时自动打开浏览器
VITE_OPEN = false

# public path 配置线上环境路径（打包）
VITE_PUBLIC_PATH = ''

VITE_EDITOR=idea