Can someone help understand how all of this works together. This is the current state of my project
- hosted on vercel
- uses prisma, postgres, and supabase
- Added github integration and vercel for env variables to be updated automatically
- I had a different "staging" project which i used for preview links and local dev
I want to be able to support branching for preview links using the github integration but im confused as to how to setup local development now. LLMs suggest using the supabase cli but im using prisma so im not sure if thats even possible? Should I just setup a local postgres db to keep things simple? All of my migrations are in prisma