UNPKG

convex

Version:

Client for the Convex Cloud

13 lines 352 B
import { Command } from "@commander-js/extra-typings"; export declare const DASHBOARD_HOST: string; export declare const dashboard: Command<[], { open: boolean; } & { envFile?: string; url?: string; adminKey?: string; prod?: boolean; previewName?: string; deploymentName?: string; }>; //# sourceMappingURL=dashboard.d.ts.map