next.js
3c2fc61b - Fix validateTurboNextConfig running for next start (#86886)

Commit
22 days ago
Fix validateTurboNextConfig running for next start (#86886) This fixes `validateTurboNextConfig` running during `next start` which was caught due to the wrong `phase` being provided to `workflows` config wrapper. We shouldn't run extra validation during `next start` as this needs to boot as fast as possible and would have already been validated during `next build` or `next dev`.
Author
Parents
Loading