Next.js Discord

Discord Forum

In 14.2, npm run build no longer logs to the console whether a function is 'edge' or 'lambda' ?

Unanswered
Cape lion posted this in #help-forum
Open in Discord
Cape lionOP
NextJS 14 used to show whether each built route would be rendered with lambda (nodejs) or edge (edge runtime) with the lambda and epsilon characters. Now it just says dynamic with an 'f' character.
Is there another way to get this information? It's helpful to confirm that each route is rendering as intended before doing a deployment.

0 Replies