From 8ae0f960ac1105c349c246a7dbbcaad0021cbcac Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sat, 12 Oct 2019 17:43:43 +0200 Subject: [PATCH] fix(core): update --- ts/tswatch.classes.tswatch.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/tswatch.classes.tswatch.ts b/ts/tswatch.classes.tswatch.ts index e3cd2c8..47b1355 100644 --- a/ts/tswatch.classes.tswatch.ts +++ b/ts/tswatch.classes.tswatch.ts @@ -37,6 +37,7 @@ export class TsWatch { break; case 'gitzone_element': const smartserve = new plugins.smartserve.SmartServe({ + port: 3001, injectReload: true, serveDir: './dist_web/' });