File size: 230 Bytes
cfb0fa4
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import { ConvexClient } from 'convex/browser';
import { api } from '../../convex/_generated/api';

const CONVEX_URL = import.meta.env.VITE_CONVEX_URL as string;

export const convex = new ConvexClient(CONVEX_URL);
export { api };