5 lines
102 B
Bash
5 lines
102 B
Bash
|
# port 端口号
|
||
|
VITE_PORT = 3000
|
||
|
|
||
|
# open 运行 npm run dev 时自动打开浏览器
|
||
|
VITE_OPEN = true
|