Add the UI port to the gulpfile explicitly

This commit is contained in:
Manuel Thalmann 2021-05-11 00:02:52 +00:00
parent 449d2553bf
commit 75e22e02ce

View file

@ -202,6 +202,9 @@ export async function Build(): Promise<void>
open: false,
proxy: "http://localhost",
port: 3000,
ui: {
port: 3001
},
ghostMode: false,
online: false
});