const { NextResponse } = require('next/server') exports.respond = function () { return NextResponse.next() }