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.
11 lines
325 B
11 lines
325 B
# port 端口号
|
|
VITE_PORT = 8888
|
|
|
|
# open 运行 npm run dev 时自动打开浏览器
|
|
VITE_OPEN = false
|
|
|
|
# 打包是否开启 cdn(源文件 utils/build.ts),可自行修改
|
|
VITE_OPEN_CDN = false
|
|
|
|
# public path 配置线上环境路径(打包)、本地通过 http-server 访问时,请置空即可
|
|
VITE_PUBLIC_PATH =
|