Yeehawlerz101
04/03/2022, 3:59 PMjs
// @ts-nocheck
const supabaseUrl = "XXX"
const supabaseAnonKey = "XXX"
// Create a single supabase client for interacting with your database
export const supabase = createClient(supabaseUrl, supabaseAnonKey);
note the XXX is where my url and key is. any help would be huge!
I also did npm ci
to clean install my modules incase that was the issueNeedle
04/03/2022, 3:59 PM/title
command!
We have solved your problem?
Click the button below to archive it.garyaustin
04/03/2022, 4:08 PMNeedle
04/03/2022, 4:08 PMYeehawlerz101
04/03/2022, 6:07 PMNeedle
04/03/2022, 6:07 PM