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

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