fix(core): Updated dependencies and added assetsHandler instantiation

This commit is contained in:
2025-01-29 13:23:28 +01:00
parent 9c4751cdd0
commit 3a7a022d69
5 changed files with 1773 additions and 1568 deletions

View File

@@ -19,6 +19,7 @@ export class TsWatch {
*/
public async start() {
const tsbundle = new plugins.tsbundle.TsBundle();
const assetsHandler = new plugins.tsbundle.AssetsHandler();
const htmlHandler = new plugins.tsbundle.HtmlHandler();
switch (this.watchmode) {
case 'test':