UNPKG

@tachui/cli

Version:

Tacho CLI - Comprehensive developer tooling for tachUI

8 lines 241 B
/** * 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