convex
Version:
Client for the Convex Cloud
17 lines (16 loc) • 442 B
text/typescript
/**
* The configuration needed to construct a Convex client like the
* {@link ConvexHttpClient} and {@link react.ConvexReactClient}.
*
* This configuration is automatically generated by `npx convex dev` and
* `npx convex deploy`. You can find the generated version at
* `convex/_generated/clientConfig.js`.
*
* @public
*/
export interface ClientConfiguration {
/**
* The URL of the Convex deployment.
*/
address: string;
}