fix(core): update
This commit is contained in:
parent
66b1dc0a3f
commit
d03ead86fd
@ -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'
|
||||||
}
|
}
|
||||||
|
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user