[SOLVED] Vercel deploy only creates index.html (+3 others)
I am deploying using Vercel by following the guide. My build succeeds, but the only static assets are:
/index.html, /assets/index-1b44bb0f.css, /assets/index-d68674be.js, and /vite.svg.Convex functions do get pushed. When trying to reproduce locally, the build command
npx convex deploy --cmd 'npm run build' -v fails with no information.How do I debug thisโany help appreciated!
