react-code-dataset
/
next.js
/test
/e2e
/app-dir
/app-external
/node_modules
/compat-next-server-module
/index.mjs
| import { NextResponse } from 'next/server' | |
| export function respond() { | |
| return NextResponse.next() | |
| } | |