사주 풀이 고도화, NAS 배포 자동화
This commit is contained in:
7
lib/supabaseClient.ts
Normal file
7
lib/supabaseClient.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
import { createClient } from '@supabase/supabase-js';
|
||||
|
||||
const supabaseUrl = process.env.NEXT_PUBLIC_SUPABASE_URL || '';
|
||||
const supabaseAnonKey = process.env.NEXT_PUBLIC_SUPABASE_ANON_KEY || '';
|
||||
|
||||
export const supabase = createClient(supabaseUrl, supabaseAnonKey);
|
||||
Reference in New Issue
Block a user