next.js/test/integration/edge-runtime-response-error/middleware.js
middleware.js7 lines105 B
// populated with tests
export default () => {
  return 'Boom'
}

export const config = { matcher: '/' }
Quest for Codev2.0.0
/
SIGN IN