We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a7eab commit 3d0f202Copy full SHA for 3d0f202
src/lib/supabase/config.ts
@@ -1,5 +1,5 @@
1
import { SupabaseClient, createClient } from "@supabase/supabase-js";
2
-import { DEFAULT_SUPERBASE_URL, DEFAULT_SUPERBASE_API_KEY } from '../../env.config.json'
+import { DEFAULT_SUPERBASE_URL, DEFAULT_SUPERBASE_API_KEY } from '../../../env.config.json'
3
4
let { SUPERBASE_URL, SUPERBASE_API_KEY } = process.env;
5
0 commit comments