next.js/test/development/app-dir/turbopack-ignore-issue/app/route-with-error/route.ts
route.ts8 lines155 B
if (Math.random() < 0) {
  require('a-missing-module-for-route-error-testing')
}

export async function GET() {
  return Response.json({ error: false })
}
Quest for Codev2.0.0
/
SIGN IN