next.js/test/development/mcp-server/fixtures/default-template/app/runtime-error-2/page.tsx
page.tsx4 lines89 B
export default function RuntimeErrorPage() {
  throw new Error('Test runtime error 2')
}
Quest for Codev2.0.0
/
SIGN IN