/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
test/e2e/switchable-runtime/pages/api/switch-in-dev.js
3 строки
63 B
Hannes Bornö
fix(switchable-runtime): Make it possible to switch between edge and server runtime in dev (#39327)
07 сен 2022, 23:42
Не верифицирован
07 сен 2022, 23:42
a9b9e00
Код
Авторство
О чём код?
export default (req, res) => { res.send('server response') }