What is minimalMode in next-server?
#29801
Answered
by
ijjk
genetschneider
asked this question in
Help
|
Usage of What does this flag do and is it safe to use? |
Answered by
ijjk
Oct 11, 2021
Replies: 1 comment
|
Minimal mode is an experimental config being tested in fully featured Next.js environments like Vercel that have an edge network to handle specific parts of requests that |
0 replies
Answer selected by
genetschneider
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Minimal mode is an experimental config being tested in fully featured Next.js environments like Vercel that have an edge network to handle specific parts of requests that
next-serverwould normally handle. I would not recommend using this config at this point as it is undocumented and can change at any time.