UNPKG

convex

Version:

Client for the Convex Cloud

12 lines 463 B
import { type AiFilesConfig } from "./config.js"; export declare function hasGuidelinesInstalled(convexDir: string): Promise<boolean>; /** * Download and write the guidelines file. * Guidelines live in `_generated/` so local edits are not expected and are * not preserved. */ export declare function installGuidelinesFile({ convexDir, config, }: { convexDir: string; config: AiFilesConfig; }): Promise<void>; //# sourceMappingURL=guidelinesmd.d.ts.map