Enable Vercel limits in the local Next.js development #84992
avalanche-tm
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
--enable-vercel-limits
flag to Next.jsdev
commandBackground
It can be really frustrating when locally developed Next.js doesn't work as expected when deployed to Vercel. The reasons are usually all kinds of limitations that don't pop up when running the app locally.
Proposal
Create feature to optionally turn on the Vercel limitations in the local Next.js development so developer can catch and act upon those before deploying to Vercel.
Beta Was this translation helpful? Give feedback.
All reactions