From 7798bf7e0af4b0c7dd26d3eb359d675944591a24 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 14 May 2024 03:24:03 +0200 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/typedserver.paths.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index ac3d960..f93c6d4 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@api.global/typedserver', - version: '3.0.33', + version: '3.0.34', description: 'A TypeScript-based project for easy serving of static files with support for live reloading, compression, and typed requests.' } diff --git a/ts/typedserver.paths.ts b/ts/typedserver.paths.ts index ca61462..4d7b455 100644 --- a/ts/typedserver.paths.ts +++ b/ts/typedserver.paths.ts @@ -5,4 +5,4 @@ export const packageDir = plugins.path.join( '../' ); -export const bundlePath = plugins.path.join(packageDir, './dist_ts_web/bundle.js'); +export const bundlePath = plugins.path.join(packageDir, './dist_ts_web_inject/bundle.js');