sare26 commited on
Commit
0d77a92
·
verified ·
1 Parent(s): b501cbf

Upload supabase.ts

Browse files
artifacts/fb-publisher/src/lib/supabase.ts ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ import { createClient } from "@supabase/supabase-js";
2
+
3
+ export const supabase = createClient(
4
+ "https://eijwjjbkluurxjiiuhay.supabase.co",
5
+ "sb_publishable_VZEm1rag3JF-39xXx2F5og_1oNkjR5h"
6
+ );