Hacker News new | ask | show | jobs
by eporomaa 572 days ago
Trying it out.

Initial front end mock up worked great! However when I tried connecting to supabase it broke down. Maybe I'm missing something but "it" wants me to add environemnt varables to the .env file. I connected it to a git repo, but I don't want to add commit that there.

How do I access the files from the editor?! xD

1 comments

Yeah you shouldn't have to add stuff to the .env file. If you setup Supabase any secrets should be added to the edge functions as env vars. Here's an example where it prompted me to add the RESEND_API_KEY to the Supabase Edge function secret: https://lovable.dev/projects/e66eacea-f46f-473c-aa6b-6a90da4...