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>
This commit is contained in:
MythEclipse
2026-06-10 21:22:37 +07:00
co-authored by Claude Fable 5
parent 9dc32e8b10
commit 58553f936e
+1
View File
@@ -1,4 +1,5 @@
{ {
"framework": null,
"bunVersion": "1.x", "bunVersion": "1.x",
"rewrites": [ "rewrites": [
{ "source": "/(.*)", "destination": "/api/relay" } { "source": "/(.*)", "destination": "/api/relay" }