/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
test/development/basic/node-builtins/app/layout.js
12 строк
219 B
Tobias Koppers
Revert "Revert "feat(turbopack): support next.js specific node polyfills"" (#55392)
14 сен 2023, 18:32
Не верифицирован
14 сен 2023, 18:32
67bc262
Код
Авторство
О чём код?
export const metadata = { title: 'Next.js', description: 'Generated by Next.js', } export default function RootLayout({ children }) { return ( <html lang="en"> <body>{children}</body> </html> ) }