next.js/test/e2e/switchable-runtime/pages/api/syntax-error-in-dev.js
syntax-error-in-dev.js6 lines97 B
export default () => new Response('edge response')

export const config = {
  runtime: `edge`,
}
Quest for Codev2.0.0
/
SIGN IN