Add "framework": null to vercel.json so Vercel doesn't try to run Next.js build flow (looking for .next/routes-manifest.json). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
8 lines
123 B
JSON
8 lines
123 B
JSON
{
|
|
"framework": null,
|
|
"bunVersion": "1.x",
|
|
"rewrites": [
|
|
{ "source": "/(.*)", "destination": "/api/relay" }
|
|
]
|
|
}
|