/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
test/e2e/switchable-runtime/pages/api/node.js
3 строки
60 B
Tim Neutkens
Ensure server components entries are not part of the pages buildmanifest (#38416)
07 июл 2022, 23:17
Не верифицирован
07 июл 2022, 23:17
aa0ba3c
Код
Авторство
О чём код?
export default (req, res) => { res.send('Hello, world') }