fix(core): update

This commit is contained in:
Philipp Kunz 2023-03-31 17:15:58 +02:00
parent 66b1dc0a3f
commit d03ead86fd
2 changed files with 1 additions and 2 deletions

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@gitzone/tswatch', name: '@gitzone/tswatch',
version: '2.0.6', version: '2.0.7',
description: 'watch typescript projects during development' description: 'watch typescript projects during development'
} }

View File

@ -79,7 +79,6 @@ export class TsWatch {
timeout: null, timeout: null,
}) })
); );
await this.typedserver.start();
break; break;
case 'gitzone_website': case 'gitzone_website':
this.watcherMap.add( this.watcherMap.add(