diff --git a/src/components/panel/MessageComposer.tsx b/src/components/panel/MessageComposer.tsx index d754f4c..a0f8fef 100644 --- a/src/components/panel/MessageComposer.tsx +++ b/src/components/panel/MessageComposer.tsx @@ -9,7 +9,7 @@ import { createClient } from "@supabase/supabase-js"; // Initialize Supabase client with proper error handling const supabaseUrl = "https://ikmbnngahzcellthaysf.supabase.co"; -const supabaseAnonKey = import.meta.env.VITE_SUPABASE_ANON_KEY; +const supabaseAnonKey = "YOUR_ANON_KEY_HERE"; // Replace this with your actual anon key if (!supabaseUrl || !supabaseAnonKey) { throw new Error('Supabase URL and Anon Key are required');