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,
|
||||
proxy: "http://localhost",
|
||||
port: 3000,
|
||||
ui: {
|
||||
port: 3001
|
||||
},
|
||||
ghostMode: false,
|
||||
online: false
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue