/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
bench/basic-app/next.config.js
7 строк
353 B
dan
[Bench] Extend bench app to have realistic client chunk counts (#95814)
15 июл 2026, 16:13
Не верифицирован
15 июл 2026, 16:13
0156307
Код
Авторство
О чём код?
module.exports = { // Deployed apps serve assets with a deployment marker in the query // string (e.g. ?dpl=... on Vercel), which every chunk entry in Flight // client-reference import rows carries. Set one so import-row bytes // match production payloads instead of bare local chunk paths. deploymentId: 'dpl_BenchFixture0123456789abcdef', }