MCPcopy Index your code
hub / github.com/cursor/community-plugins / createClient

Function createClient

apps/cursor/src/utils/supabase/client.ts:3–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import { createBrowserClient } from "@supabase/ssr";
2
3export function createClient() {
4 return createBrowserClient(
5 process.env.NEXT_PUBLIC_SUPABASE_URL!,
6 process.env.NEXT_PUBLIC_SUPABASE_PUBLISHABLE_KEY!,
7 );
8}

Callers 15

MobileMenuFunction · 0.90
GithubSigninFunction · 0.90
GoogleSigninFunction · 0.90
JoinCTAFunction · 0.90
UserMenuFunction · 0.90
handleFileFunction · 0.90
FollowButtonFunction · 0.90
handleFileInputFunction · 0.90
handleFileInputFunction · 0.90
StarButtonFunction · 0.90
PluginOwnerMenuFunction · 0.90
PluginDetailViewFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected