Skip to content

Commit 3d0f202

Browse files
committed
moved new config to root dir
1 parent 94a7eab commit 3d0f202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/supabase/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { SupabaseClient, createClient } from "@supabase/supabase-js";
2-
import { DEFAULT_SUPERBASE_URL, DEFAULT_SUPERBASE_API_KEY } from '../../env.config.json'
2+
import { DEFAULT_SUPERBASE_URL, DEFAULT_SUPERBASE_API_KEY } from '../../../env.config.json'
33

44
let { SUPERBASE_URL, SUPERBASE_API_KEY } = process.env;
55

0 commit comments

Comments
 (0)