From de4aab6df042b8b981d6a2e7c00403e6a0ea303e Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 30 Mar 2023 19:42:55 +0200 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/typedserver.classes.typedserver.ts | 2 +- ts_web/00_commitinfo_data.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 41d20aa..479507f 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@apiglobal/typedserver', - version: '2.0.42', + version: '2.0.43', description: 'easy serving of static files' } diff --git a/ts/typedserver.classes.typedserver.ts b/ts/typedserver.classes.typedserver.ts index f4e63eb..b0c4c74 100644 --- a/ts/typedserver.classes.typedserver.ts +++ b/ts/typedserver.classes.typedserver.ts @@ -72,8 +72,8 @@ export class TypedServer { public ended = false; constructor(optionsArg: IServerOptions) { const standardOptions: IServerOptions = { - injectReload: true, port: 3000, + injectReload: false, serveDir: null, watch: false, cors: true, diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 41d20aa..479507f 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@apiglobal/typedserver', - version: '2.0.42', + version: '2.0.43', description: 'easy serving of static files' }