I think this should be a very common and usual scenario.
- I have a build up existed project, and now I want develop it with v0
- I want to build up a new project with v0, but I also need to keep in sync with the real repo, in case of others is developing on it or the vercel preview env have some limitations, which local runtime doesn't have.
How should I achieve this?
LikeDreamwalker/nextjs-authjs-passport-template: A passport build up with Next.js and auth.js and shadcn/ui Like this repo, I have set it up and import it in Vercel project, but seems like even if I link it with v0 project, v0 still can't read the files, and I have no other idea how should I import the whole project.
