now people can join and leave the game
This commit is contained in:
parent
bf582efc46
commit
f83f50d9b2
12 changed files with 408 additions and 22 deletions
6
src/lib/supabase.js
Normal file
6
src/lib/supabase.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
import { createClient } from '@supabase/supabase-js';
|
||||
|
||||
export const supabase = createClient(
|
||||
import.meta.env.VITE_SUPABASE_URL,
|
||||
import.meta.env.VITE_SUPABASE_ANON_KEY
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue