Hello, I had a build error regarding maximum size of 250 MB. So I created output: 'standalone' folder (45mb) and set root directory : client.next\standalone But that caused a different error The specified Root Directory "client.next\standalone" does not exist.
On my local machine, I see folder \client.next\standalone )
Do I need to add a build step to vercel.json ? Can I view the build artifacts ?
Vercel project settings : build command npx convex deploy --cmd 'npm run build' root directory : client.next\standalone
This is a react/next project with clerk and convex.