Replies: 1 comment 8 replies
-
This is documented in long form here, https://nextjs.org/docs/app/api-reference/config/next-config-js/output
One of the special things with standalone builds, is that:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
It's adding 10 minutes to my CI build, and I assumed it was the tracing required for 'standalone' builds.
But now even with
next build
+next start
it's running and taking more time than the actual build.Is this behavior expected? This isn't an extremely large project either.
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions