/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
test/e2e/switchable-runtime/pages/api/hello.js
7 строк
121 B
Damien Simonin Feugas
feat: enables 'edge' as a possible runtime for API routes (#44045)
15 дек 2022, 12:08
Не верифицирован
15 дек 2022, 12:08
35f1a35
Код
Авторство
О чём код?
export default (req) => { return new Response(`Hello from ${req.url}`) } export const config = { runtime: 'edge', }