UNPKG

convex

Version:

Client for the Convex Cloud

4 lines 256 B
import { Context } from "../../bundler/context.js"; import { Config } from "./config.js"; export declare function handleDebugBundlePath(ctx: Context, debugBundleDir: string, config: Config): Promise<undefined>; //# sourceMappingURL=debugBundlePath.d.ts.map