// @ts-nocheck export default function Page() { return <p>hello world</p>; } export const experimental_ppr = true; export const runtime = 'nodejs';