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, open: false,
proxy: "http://localhost", proxy: "http://localhost",
port: 3000, port: 3000,
ui: {
port: 3001
},
ghostMode: false, ghostMode: false,
online: false online: false
}); });