mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
test: switch to cloudflare
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user