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