fix(core): Refactor watch mode commands and exports

This commit is contained in:
2024-12-04 21:59:28 +01:00
parent a6441a3e3e
commit f1f3465917
7 changed files with 120 additions and 78 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tswatch',
version: '2.0.26',
version: '2.0.27',
description: 'watch typescript projects during development'
}