next.js/test/e2e/app-dir/with-exported-function-config/pages/page.tsx
page.tsx8 lines102 B
export default function Page() {
  ;<p>hello world</p>
}

export const config = {
  maxDuration: 2,
}
Quest for Codev2.0.0
/
SIGN IN