mirror of
https://github.com/elder-plinius/LEAKHUB.git
synced 2026-09-23 17:30:44 +02:00
🔧 FIX: Enhanced wrangler.jsonc for SPA routing and removed console log from main.tsx
This commit is contained in:
+1
-3
@@ -8,8 +8,6 @@ import App from "./App.tsx";
|
||||
|
||||
const convex = new ConvexReactClient(import.meta.env.VITE_CONVEX_URL as string);
|
||||
|
||||
console.log("Convex URL:", convex);
|
||||
|
||||
createRoot(document.getElementById("root")!).render(
|
||||
<StrictMode>
|
||||
<ConvexAuthProvider client={convex}>
|
||||
@@ -17,5 +15,5 @@ createRoot(document.getElementById("root")!).render(
|
||||
<App />
|
||||
</BrowserRouter>
|
||||
</ConvexAuthProvider>
|
||||
</StrictMode>,
|
||||
</StrictMode>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user