next.js/test/e2e/app-dir/app-external/node_modules/compat-next-server-module/index.js
index.js6 lines112 B
const { NextResponse } = require('next/server')

exports.respond = function () {
  return NextResponse.next()
}
Quest for Codev2.0.0
/
SIGN IN