test: switch to cloudflare

This commit is contained in:
Aman Varshney
2025-08-04 01:44:06 +05:30
parent f56a3b7338
commit 37e4e9ae43
18 changed files with 1881 additions and 350 deletions

View File

@@ -7,6 +7,7 @@ import { Toaster } from "@/components/ui/sonner";
const convex = new ConvexReactClient(process.env.NEXT_PUBLIC_CONVEX_URL || "");
export default function Providers({ children }: { children: React.ReactNode }) {
console.log("CONVEX_URL", process.env.NEXT_PUBLIC_CONVEX_URL);
return (
<>
<ConvexProvider client={convex}>