/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
test/e2e/switchable-runtime/pages/api/syntax-error-in-dev.js
5 строк
97 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 () => new Response('edge response') export const config = { runtime: `edge`, }