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({
|
||||
open: false,
|
||||
server: context.StaticPath(),
|
||||
proxy: "http://localhost:1337",
|
||||
online: false
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue