UNPKG

veas

Version:

Veas CLI - Command-line interface for Veas platform

9 lines 228 B
interface ServeOptions { port: string; cacheTtl: string; cache: boolean; showConfig?: boolean; } export declare function serve(options: ServeOptions): Promise<void>; export {}; //# sourceMappingURL=serve.d.ts.map