fix(core): Refactor watch modes and update dependencies

This commit is contained in:
2024-12-04 21:58:32 +01:00
parent 95c57d489d
commit 7611268fb9
8 changed files with 7011 additions and 2607 deletions

View File

@ -1,7 +1,7 @@
export type TWatchModes =
| 'test'
| 'gitzone_npm'
| 'gitzone_service'
| 'gitzone_element'
| 'gitzone_website'
| 'echoSomething';
| 'node'
| 'service'
| 'element'
| 'website'
| 'echo';