diff --git a/web/supabase/config.toml b/web/supabase/config.toml index ec1b80c..05453c0 100644 --- a/web/supabase/config.toml +++ b/web/supabase/config.toml @@ -8,7 +8,7 @@ enabled = true port = 54321 # Schemas to expose in your API. Tables, views and stored procedures in this schema will get API # endpoints. public and storage are always included. -schemas = ["public", "storage", "graphql_public", "indexing"] +schemas = ["public", "storage", "graphql_public", "indexing", "next_auth"] # Extra schemas to add to the search_path of every request. public is always included. extra_search_path = ["public", "extensions"] # The maximum number of rows returns from a view, table, or stored procedure. Limits payload size diff --git a/workers/serverless.dev.yml b/workers/serverless.dev.yml index 3ccd389..2014a66 100644 --- a/workers/serverless.dev.yml +++ b/workers/serverless.dev.yml @@ -22,8 +22,6 @@ provider: RESEND_API_KEY: ${env:DEV_RESEND_API_KEY} NEXT_PUBLIC_SUPABASE_URL: ${env:DEV_NEXT_PUBLIC_SUPABASE_URL} NEXT_PUBLIC_SUPABASE_ANON_KEY: ${env:DEV_NEXT_PUBLIC_SUPABASE_ANON_KEY} - SUPABASE_JWT_SECRET: ${env:DEV_SUPABASE_JWT_SECRET} - NEXTAUTH_SECRET: ${env:DEV_NEXTAUTH_SECRET} SUPABASE_SERVICE_ROLE_KEY: ${env:DEV_SUPABASE_SERVICE_ROLE_KEY} custom: