mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-27 15:07:56 +00:00
Initial commit - PezkuwiChain Web Governance App
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { createClient } from '@supabase/supabase-js';
|
||||
|
||||
|
||||
// Initialize Supabase client
|
||||
// Using direct values from project configuration
|
||||
const supabaseUrl = 'https://vbhftvdayqfmcgmzdxfv.supabase.co';
|
||||
const supabaseKey = 'sb_publishable_Aq6cShprdtxYyUsohmsquQ_OurU7w07';
|
||||
const supabase = createClient(supabaseUrl, supabaseKey);
|
||||
|
||||
|
||||
export { supabase };
|
||||
Reference in New Issue
Block a user