| 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 }; | |
| 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 }; | |