update
This commit is contained in:
@@ -13,8 +13,8 @@ const url = 'https://base.kevisual.cn';
|
||||
// console.log('auth', auth);
|
||||
|
||||
// Create a single supabase client for interacting with your database
|
||||
const publicAnonKey = process.env.PUBLIC_ANON_KEY!;
|
||||
const serverKey = process.env.SERVER_KEY!;
|
||||
const publicAnonKey = process.env.SUPABASE_PUBLIC_KEY!;
|
||||
const serverKey = process.env.SUPABASE_KEY!;
|
||||
export const supabase = createClient(url, publicAnonKey);
|
||||
|
||||
export const supabaseServer = createClient(url, serverKey);
|
||||
|
||||
Reference in New Issue
Block a user