fix(bin): normalize bin entry to use a relative cli path

This commit is contained in:
2026-05-09 12:40:48 +00:00
parent 8224085b28
commit 3ef20b78f1
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tswatch',
version: '3.3.4',
version: '3.3.5',
description: 'A development tool for automatically watching and re-compiling TypeScript projects upon detecting file changes, enhancing developer workflows.'
}