What is minimalMode in next-server?
#29801
-
|
Usage of What does this flag do and is it safe to use? |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
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.