Hello, I need some help with the following to see if anyone knows. I’m a beginner, so any guidance would be appreciated.
I’m building my app with v0, and there are two things I don’t understand. Does v0 work on a single production branch? I’m developing my app there, and even though it’s for internal use, I need it to access a production database in NEON with real data and another test database with fake data (staging or preview).
However, I don’t know how to make v0 access that test database since I can’t switch environments, and it shares the production database. It doesn’t detect a different environment as if it were a preview.
How do you handle this when creating a large app in v0 and continuing to edit it while also using the real app? (And needing both databases, in my case with NEON).