UNPKG

vibecode-party-starter

Version:

A Next.js starter project for vibecoding Saas apps with auth, payments, email, and more

5 lines (4 loc) 196 B
import { ConvexHttpClient } from "convex/browser"; import { api } from "@/convex/_generated/api"; export const convex = new ConvexHttpClient(process.env.NEXT_PUBLIC_CONVEX_URL!); export { api };