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:
co-authored by
Claude Fable 5
parent
9dc32e8b10
commit
58553f936e
@@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"framework": null,
|
||||||
"bunVersion": "1.x",
|
"bunVersion": "1.x",
|
||||||
"rewrites": [
|
"rewrites": [
|
||||||
{ "source": "/(.*)", "destination": "/api/relay" }
|
{ "source": "/(.*)", "destination": "/api/relay" }
|
||||||
|
|||||||
Reference in New Issue
Block a user