From c35136c6ae11e402d6e4a157f21e1c983a3cc477 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Wed, 14 Dec 2022 09:49:56 +0100 Subject: [PATCH] Use the express server in the gulp task --- packages/game/gulpfile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 });