midday-ai / v1

An open-source starter kit based on Midday.
https://v1.run
MIT License
3.18k stars 285 forks source link

Where do Supabase variables go? #47

Closed ajay-bhargava closed 2 months ago

ajay-bhargava commented 2 months ago

I'm struggling to figure out where the .env.local for Supabase should go.

# 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.

ajay-bhargava commented 2 months ago

Figured it out, it goes here