mirror of
https://github.com/Nezumi-2711/react-training.git
synced 2026-09-22 13:38:51 +00:00
Update hooks and services
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { createClient } from '@supabase/supabase-js';
|
||||
import { Database } from '@type/supabase';
|
||||
|
||||
// Constants
|
||||
import { supabaseKey, supabaseUrl } from '@constant/config';
|
||||
|
||||
const supabase = createClient<Database>(supabaseUrl, supabaseKey!);
|
||||
|
||||
export default supabase;
|
||||
Reference in New Issue
Block a user