fix(tswatch): Add logging to notify folder watcher creation and building processes

This commit is contained in:
2024-12-04 22:04:41 +01:00
parent de4d7d3a2d
commit 8ad26eb358
3 changed files with 10 additions and 1 deletions

View File

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