UNPKG

quallaa-cli

Version:

Sets up core infrastructure services for AI-assisted development

5 lines 353 B
import { ServiceSetupResult } from '../types'; export declare function setupVercel(): Promise<ServiceSetupResult>; export declare function createVercelProject(name: string, framework?: string): Promise<any>; export declare function setVercelEnvVars(projectId: string, envVars: Record<string, string>): Promise<void>; //# sourceMappingURL=vercel.d.ts.map