Setup supabase
This commit is contained in:
parent
a92883f75c
commit
ca6a57957b
1 changed files with 6 additions and 0 deletions
6
src/interface/db/supabase.js
Normal file
6
src/interface/db/supabase.js
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
import { createClient } from '@supabase/supabase-js'
|
||||||
|
|
||||||
|
const supabaseUrl = import.meta.env.SUPABASE_URL
|
||||||
|
const supabaseKey = import.meta.env.SUPABASE_KEY
|
||||||
|
|
||||||
|
export const supabase = createClient(supabaseUrl, supabaseKey)
|
||||||
Loading…
Add table
Add a link
Reference in a new issue