I would start with prompting v0 to try and fix this by switching to one of those. Or maybe it is better to do it in Vercel.
But also have it check to see what the Bun error issue is.
Ask it to try replacing bun with “npm install”.
im not positive this is the solve or will work, but I think its worth a try. You can always revert back.
Usually, deployment failed during bun install because the package manager is attempting to fetch a package named "use client".
The directive "use client" (intended for Next.js/React Client Components) has been mistakenly added to the package.json dependencies. Additionally, there is a peer dependency mismatch for draft-js@0.9.1 that should be audited, though it is likely not the cause of the build failure.
Could you ask v0 to remove "use client": "latest" (or similar) from package.json and verify if draft-js needs an update to be compatible with the current React version.