/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
test/development/lockfile/app/layout.js
7 строк
115 B
Benjamin Woodruff
feat: Acquire a lockfile on `distDir` in `next dev` and `next build` (#84428)
08 окт 2025, 20:52
Не верифицирован
08 окт 2025, 20:52
0b74ff9
Код
Авторство
О чём код?
export default function Root({ children }) { return ( <html> <body>{children}</body> </html> ) }