fix: import createClient in client supabase
cgen-6c2904fc0c2b4997af9fc0c5ba870894
This commit is contained in:
parent
0b43fe1b91
commit
7301fd0169
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ export const storage = supabase.storage;
|
||||||
export const channel = supabase.channel;
|
export const channel = supabase.channel;
|
||||||
|
|
||||||
// Test function for debugging
|
// Test function for debugging
|
||||||
(window as any).testSupabase = async () => {
|
;(window as any).testSupabase = async () => {
|
||||||
console.log("🧪 Manual Supabase Test");
|
console.log("🧪 Manual Supabase Test");
|
||||||
console.log("URL:", supabaseUrl);
|
console.log("URL:", supabaseUrl);
|
||||||
console.log("Key configured:", !!supabaseAnonKey);
|
console.log("Key configured:", !!supabaseAnonKey);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue