mirror of
https://github.com/fergalmoran/supanextail.git
synced 2026-01-07 00:56:17 +00:00
Add Auth + Layout&Components
This commit is contained in:
6
utils/supabaseClient.js
Normal file
6
utils/supabaseClient.js
Normal file
@@ -0,0 +1,6 @@
|
||||
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