We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30a24b9 commit 080dbe2Copy full SHA for 080dbe2
packages/portfolio/src/config/supabase.ts
@@ -2,7 +2,7 @@ import { createClient } from '@supabase/supabase-js';
2
3
const supabaseClient = createClient(
4
process.env.SUPABASE_URL || 'https://supabase.co',
5
- process.env.SUPABASE_ANON_PUBLIC || '',
+ process.env.SUPABASE_ANON_PUBLIC || 'something',
6
);
7
8
export default supabaseClient;
0 commit comments