Add the UI port to the gulpfile
explicitly
This commit is contained in:
parent
449d2553bf
commit
75e22e02ce
|
@ -202,6 +202,9 @@ export async function Build(): Promise<void>
|
||||||
open: false,
|
open: false,
|
||||||
proxy: "http://localhost",
|
proxy: "http://localhost",
|
||||||
port: 3000,
|
port: 3000,
|
||||||
|
ui: {
|
||||||
|
port: 3001
|
||||||
|
},
|
||||||
ghostMode: false,
|
ghostMode: false,
|
||||||
online: false
|
online: false
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue