UNPKG

convex

Version:

Client for the Convex Cloud

6 lines 337 B
import { ProjectConfig } from "../lib/config"; import { GeneratedJsWithTypes } from "./common"; export declare const LOCALHOST_PORT = 8187; export declare const devDeploymentConfig: GeneratedJsWithTypes; export declare function prodDeploymentConfig(config: ProjectConfig): GeneratedJsWithTypes; //# sourceMappingURL=clientConfig.d.ts.map