sveltekit-supabase / src /lib /supabaseClient.ts
victor's picture
victor HF Staff
init
c95db22
raw
history blame contribute delete
292 Bytes
import { createClient } from '@supabase/supabase-js';
export const supabase = createClient(
'https://gqofcnmefucmstcnqira.supabase.co',
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoiYW5vbiIsImlhdCI6MTYyMzE0OTQ1NywiZXhwIjoxOTM4NzI1NDU3fQ.fzdMiMmofndpry46hbmuu7jLPj8HcBlSu0BWsOGirII'
);