mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
feat(cli): add alchemy and improve cli tooling and structure (#520)
This commit is contained in:
@@ -7,7 +7,6 @@ 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