style: 修改端口号
This commit is contained in:
parent
30ae5361c1
commit
96cb3c31f6
@ -23,7 +23,7 @@ export default (): UserConfigExport => {
|
||||
/** host 设置为 true 才可以使用 network 的形式,以 ip 访问项目 */
|
||||
host: true, // host: "0.0.0.0"
|
||||
/** 端口号 */
|
||||
port: 9999,
|
||||
port: 3333,
|
||||
/** 是否自动打开浏览器 */
|
||||
open: false,
|
||||
/** 跨域设置允许 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user