mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
9a20fce8f8
## Summary Rename `NEXT_DEV_WAIT_FOR_TURBOPACK_SHUTDOWN` to `__NEXT_DEV_WAIT_FOR_TURBOPACK_SHUTDOWN` to mark the environment variable as internal and subject to change. ## Verification - `pnpm --filter=next types` - `pnpm prettier --with-node-modules --ignore-path .prettierignore --check packages/next/src/cli/next-dev.ts packages/next/src/server/dev/hot-reloader-turbopack.ts test/e2e/filesystem-cache/warm-restart-task-stats.test.ts` - `npx eslint --config eslint.config.mjs packages/next/src/cli/next-dev.ts packages/next/src/server/dev/hot-reloader-turbopack.ts test/e2e/filesystem-cache/warm-restart-task-stats.test.ts` - Focused test attempted: `pnpm test-dev-turbo test/e2e/filesystem-cache/warm-restart-task-stats.test.ts` (failed because the fixture did not emit `.next/dev/server/pages/_app/build-manifest.json`, causing the page request to return 500 before the assertion) <!-- NEXT_JS_LLM -->