Files
proxy-bun/vercel.json
T
MythEclipseandClaude Fable 5 58553f936e fix: disable Vercel Next.js framework detection
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>
2026-06-10 21:22:37 +07:00

8 lines
123 B
JSON

{
"framework": null,
"bunVersion": "1.x",
"rewrites": [
{ "source": "/(.*)", "destination": "/api/relay" }
]
}