This page doesn’t exist.
diff --git a/src/app/page.tsx b/src/app/page.tsx new file mode 100644 index 00000000000..1f4a75cda67 --- /dev/null +++ b/src/app/page.tsx @@ -0,0 +1,33 @@ +/** + * Copyright (c) Meta Platforms, Inc. and affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ + +import type {Metadata} from 'next'; +import {notFound} from 'next/navigation'; +import sidebarHome from '../sidebarHome.json'; +import type {RouteItem} from 'components/Layout/getRouteMeta'; +import {readMarkdownPage} from 'lib/readMarkdownPage'; +import {buildPageMetadata} from 'lib/buildPageMetadata'; +import {DocsPage} from './DocsPage'; + +export async function generateMetadata(): Promise- We highly recommend using the development build locally when debugging - your app since it tracks additional debug info and provides helpful - warnings about potential problems in your apps, but if you encounter - an exception while using the production build, this page will - reassemble the original error message. -
-