Im using the v0 platform api to initialize a project and a chat. The initialize setup works great and I can see the code and preview in v0 for the project that was created all the files look correct.
When I try to publish the project the build in vercel fails. Its quite strange because it looks like the publish action adds a bunch of extra directories that are not present in v0 which require dependencies that aren’t configured and therefore case the build to fail
in v0 however (you can see im on Latest) these are the directories. The preview shows correctly in v0 because there is no extra directories causing the build to fail.

This is what I see in vercel deployment. See all the files app, components, hooks, etc.

