Closed adnjoo closed 1 month ago
xtrack/web on cleanup via v20.15.0 took 3s ❯ grep -r "const supabase" --exclude-dir={node_modules,.next} . ./app/(protected)/notes/NotesBody.tsx: const supabase = createClient(); ./app/(protected)/notes/create.tsx: const supabase = createClient(); ./app/(protected)/notes/page.tsx: const supabase = createClient(); ./app/(protected)/protected/page.tsx: const supabase = createClient(); ./app/api/auth/callback/route.ts: const supabase = createClient(); ./app/login/page.tsx: const supabase = createClient(); ./app/login/page.tsx: const supabase = createClient(); ./utils/supabase/middleware.ts: const supabase = createServerClient( ./components/Navbar.tsx: const supabase = createClient(); ./components/note.tsx: const supabase = createClient(); ./components/AuthButton.tsx: const supabase = createClient(); ./components/AuthButton.tsx: const supabase = createClient();