diff --git a/apps/www/next-env.d.ts b/apps/www/next-env.d.ts index 2d5420ebae..0c7fad710c 100644 --- a/apps/www/next-env.d.ts +++ b/apps/www/next-env.d.ts @@ -1,7 +1,7 @@ /// /// /// -import "./.next/types/routes.d.ts"; +import "./.next/dev/types/routes.d.ts"; // NOTE: This file should not be edited // see https://nextjs.org/docs/app/api-reference/config/typescript for more information. diff --git a/apps/www/src/app/dev/page.tsx b/apps/www/src/app/dev/page.tsx index 1aaadd114f..4c6cbd5fd3 100644 --- a/apps/www/src/app/dev/page.tsx +++ b/apps/www/src/app/dev/page.tsx @@ -4,7 +4,8 @@ export default async function DevPage() { return (
{/* */} - + {/* */} +
); }