next.js
f5f55922 - Fix NEXT_CPU_PROF during development (#81248)

Commit
177 days ago
Fix NEXT_CPU_PROF during development (#81248) ## What? `next dev` spawns a forked process that wouldn't be instrumented because `cpu-profile.ts` only runs in `cli/next-dev.ts` which is the process that boots the forked process. This adds the initialization to the forked process too.
Author
Parents
Loading