Use the express server in the gulp task
This commit is contained in:
parent
38fb928ef7
commit
c35136c6ae
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ export let Watch: TaskFunction = async (): Promise<void> =>
|
||||||
|
|
||||||
syncer.init({
|
syncer.init({
|
||||||
open: false,
|
open: false,
|
||||||
server: context.StaticPath(),
|
proxy: "http://localhost:1337",
|
||||||
online: false
|
online: false
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue