UNPKG

create-split

Version:

CLI tool to connect Next.js sites to Split AI content delivery system

11 lines (10 loc) 251 B
export interface CLIOptions { hasBlog: boolean; contentPath: string; usesTailwind: boolean; usesAppRouter: boolean; domain: string; agentId?: string; agentSecret?: string; } export declare function runCLI(): Promise<void>;