UNPKG
@tachui/cli
Version:
latest (0.8.1-alpha)
0.8.1-alpha
0.8.0-alpha
0.7.1-alpha
0.7.0-alpha1
Tacho CLI - Comprehensive developer tooling for tachUI
tachui.dev
tach-UI/tachUI
@tachui/cli
/
dist
/
commands
/
dev.d.ts
8 lines
•
241 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * Tacho CLI - Dev Command * * Start development server with TachUI optimizations and real-time performance monitoring */
import
{
Command
}
from
'commander'
;
export
declare
const
devCommand
:
Command
;
//# sourceMappingURL=dev.d.ts.map