When running the dev script, process.title can be undefined at the following line:
packages/nuxi/src/dev/index.ts
enabled = !!process.send && !process.title.includes('vitest') && process.env.__NUXT__FORK
In the following environment (StackBlitz), process.title was undefined:
https://stackblitz.com/edit/github-t6kc9h5u