diff --git a/src/integrations/supabase/client.ts b/src/integrations/supabase/client.ts index 6b5ddba..247ebc1 100644 --- a/src/integrations/supabase/client.ts +++ b/src/integrations/supabase/client.ts @@ -1,3 +1,4 @@ + // This file is automatically generated. Do not edit it directly. import { createClient } from '@supabase/supabase-js'; import type { Database } from './types'; @@ -8,4 +9,4 @@ const SUPABASE_PUBLISHABLE_KEY = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiO // Import the supabase client like this: // import { supabase } from "@/integrations/supabase/client"; -export const supabase = createClient(SUPABASE_URL, SUPABASE_PUBLISHABLE_KEY); \ No newline at end of file +export const supabase = createClient(SUPABASE_URL, SUPABASE_PUBLISHABLE_KEY); diff --git a/supabase/functions/process-document/config.toml b/supabase/functions/process-document/config.toml index 3787f0d..ff46043 100644 --- a/supabase/functions/process-document/config.toml +++ b/supabase/functions/process-document/config.toml @@ -1,2 +1,11 @@ -ffwcnetryatmpcnjkegg +# This file controls the settings for your Edge Function when deployed to Supabase. + +[build] +command = "" + +[deploy] +release_command = "" + +[build.environment_variables] +OPENAI_API_KEY = "{{ OPENAI_API_KEY }}"