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.