4 lines
74 B
Bash
4 lines
74 B
Bash
|
|
# port 端口号
|
||
|
|
VITE_PORT = 8888
|
||
|
|
# 自动打开浏览器
|
||
|
|
VITE_OPEN = true
|