How are environment variables set using V0?
I am trying to set up a new app using the GitHub integration, and I got to the point where it’s able to build or to clone the app correctly.
It lets me start a preview in a new tab, but the new tab never loads, or I see an issue from my app that just says there was an error.
My first thought is that this is due to environment variable issues because when I inspect the code that was cloned, there’s no .env.local file. Without that, how will my app know what db to connect to our how to run?
I do see that there are env variables inside of V0, but that list has all of my vars from my production, preview, and dev, so I don’t know which ones are even being applied.

