Closed ajay-bhargava closed 2 months ago
I'm struggling to figure out where the .env.local for Supabase should go.
.env.local
# Supabase configuration NEXT_PUBLIC_SUPABASE_URL= NEXT_PUBLIC_SUPABASE_ANON_KEY=
I've tried quite a few permutations of /apps/api, /, and others and each time I run bun dev:app its erroring out. I am attempting to run this locally.
bun dev:app
Figured it out, it goes here
I'm struggling to figure out where the
.env.local
for Supabase should go.I've tried quite a few permutations of /apps/api, /, and others and each time I run
bun dev:app
its erroring out. I am attempting to run this locally.