next.js/test/production/app-dir/no-mangling/app/use-cache/page.tsx
page.tsx7 lines117 B
'use cache'

export default async function CachedPage() {
  throw new Error('Kaputt!')
  return <p>hello world</p>
}
Quest for Codev2.0.0
/
SIGN IN