mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-04 00:10:25 +08:00
10 lines
195 B
Bash
10 lines
195 B
Bash
# port 端口号
|
|
VITE_PORT = 8889
|
|
|
|
# open 运行 npm run dev 时自动打开浏览器
|
|
VITE_OPEN = false
|
|
|
|
# public path 配置线上环境路径(打包)
|
|
VITE_PUBLIC_PATH = ''
|
|
|
|
VITE_EDITOR=idea |