react-code-dataset / next.js /test /production /generate-middleware-source-maps /pages /api /edge.js
| export const config = { runtime: 'edge' } | |
| export default function (req) { | |
| return new Response('Hello from ' + req.url) | |
| } | |
| export const config = { runtime: 'edge' } | |
| export default function (req) { | |
| return new Response('Hello from ' + req.url) | |
| } | |