UNPKG

convex

Version:

Client for the Convex Cloud

14 lines 431 B
import { Context } from "../../bundler/context.js"; export type PushOptions = { adminKey: string; verbose: boolean; dryRun: boolean; typecheck: "enable" | "try" | "disable"; debug: boolean; debugBundlePath?: string; codegen: boolean; url: string; enableComponents: boolean; }; export declare function runPush(ctx: Context, options: PushOptions): Promise<void>; //# sourceMappingURL=push.d.ts.map