We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a70566 commit 7b54e57Copy full SHA for 7b54e57
src/utils/database/index.ts
@@ -1,8 +1,8 @@
1
import { createClient } from "@supabase/supabase-js";
2
3
export const db = createClient(
4
- process.env.SUPABASE_URI!,
5
- process.env.SUPABASE_KEY!
+ process.env.NEXT_PUBLIC_SUPABASE_URI!,
+ process.env.NEXT_PUBLIC_SUPABASE_KEY!
6
);
7
8
export {
0 commit comments