diff --git a/packages/game/gulpfile.ts b/packages/game/gulpfile.ts index 1392154..2aae21a 100644 --- a/packages/game/gulpfile.ts +++ b/packages/game/gulpfile.ts @@ -137,7 +137,7 @@ export let Watch: TaskFunction = async (): Promise => syncer.init({ open: false, - server: context.StaticPath(), + proxy: "http://localhost:1337", online: false });