Spaces:
Sleeping
Sleeping
File size: 292 Bytes
c95db22 |
1 2 3 4 5 6 7 |
import { createClient } from '@supabase/supabase-js';
export const supabase = createClient(
'https://gqofcnmefucmstcnqira.supabase.co',
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoiYW5vbiIsImlhdCI6MTYyMzE0OTQ1NywiZXhwIjoxOTM4NzI1NDU3fQ.fzdMiMmofndpry46hbmuu7jLPj8HcBlSu0BWsOGirII'
);
|