Connect to Supabase project

Add Supabase configuration and types to the project.
This commit is contained in:
gpt-engineer-app[bot] 2025-03-09 11:53:23 +00:00
parent fb7ac014e4
commit 5a113a2b26
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
import { createClient } from '@supabase/supabase-js';
import type { Database } from './types';
const SUPABASE_URL = "https://hjhbvuvqfhgdcpuhdgmf.supabase.co";
const SUPABASE_PUBLISHABLE_KEY = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImhqaGJ2dXZxZmhnZGNwdWhkZ21mIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NDExNzMwMDQsImV4cCI6MjA1Njc0OTAwNH0.qd_ONdVGpoNhh8FmM_uD2pdwT3LFcEf2iIPzJ4PPmgg";
const SUPABASE_URL = "https://ffwcnetryatmpcnjkegg.supabase.co";
const SUPABASE_PUBLISHABLE_KEY = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImZmd2NuZXRyeWF0bXBjbmprZWdnIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NDE1MjA2MzgsImV4cCI6MjA1NzA5NjYzOH0.SIdrB_TQccKrLtVGH9KdiwdNG0EEsqyui6buiAq-S9k";
// Import the supabase client like this:
// import { supabase } from "@/integrations/supabase/client";

View File

@ -1 +1 @@
project_id = "hjhbvuvqfhgdcpuhdgmf"
project_id = "ffwcnetryatmpcnjkegg"