next.js/test/e2e/instrumentation-hook/with-edge-api/pages/api/index.ts
index.ts8 lines130 B
export default function handler() {
  return new Response('Hello from the edge!')
}

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