react-code-dataset
/
next.js
/test
/e2e
/app-dir
/app-external
/node_modules
/compat-next-server-module
/index.js
| const { NextResponse } = require('next/server') | |
| exports.respond = function () { | |
| return NextResponse.next() | |
| } | |