Initial working state: CL3.5 complete (Plesk sync + suspend/unsuspend)
This commit is contained in:
9
lib/supabase/browser.ts
Normal file
9
lib/supabase/browser.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
"use client";
|
||||
|
||||
import { createClientComponentClient } from "@supabase/auth-helpers-nextjs";
|
||||
|
||||
import type { Database } from "@/lib/types";
|
||||
|
||||
export function createSupabaseBrowserClient() {
|
||||
return createClientComponentClient<Database>();
|
||||
}
|
||||
Reference in New Issue
Block a user