Use the express server in the gulp task

This commit is contained in:
Manuel Thalmann 2022-12-14 09:49:56 +01:00
parent 38fb928ef7
commit c35136c6ae
No known key found for this signature in database
GPG key ID: 5FD9AD3CCDDBD27B

View file

@ -137,7 +137,7 @@ export let Watch: TaskFunction = async (): Promise<void> =>
syncer.init({
open: false,
server: context.StaticPath(),
proxy: "http://localhost:1337",
online: false
});