Skip to content

Commit 998009c

Browse files
authored
Update index.ts
1 parent 7ef6029 commit 998009c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/supabase/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { createClient } from '@supabase/supabase-js';
22
import { Database } from './supabse.types.ts';
33

44
const supabaseUrl = 'https://gfdlxyizcyatrunsajun.supabase.co';
5-
const supabaseKey = process.env.SUPABASE_KEY as string;
5+
const supabaseKey = import.meta.env.VITE_SUPABASE_KEY as string;
66
const supabase = createClient<Database>(supabaseUrl, supabaseKey);
77

88
export default supabase;

0 commit comments

Comments
 (0)