We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e21cc5 commit ee0911dCopy full SHA for ee0911d
2 files changed
apps/docs/next-env.d.ts
@@ -1,6 +1,6 @@
1
/// <reference types="next" />
2
/// <reference types="next/image-types/global" />
3
-import "./.next/types/routes.d.ts";
+import "./.next/dev/types/routes.d.ts";
4
5
// NOTE: This file should not be edited
6
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
apps/docs/package.json
@@ -4,8 +4,8 @@
"private": true,
"scripts": {
"dev": "next dev --port 3001",
7
- "build": "next build",
8
- "build:docs": "next build",
+ "build": "fumadocs-mdx && next build",
+ "build:docs": "fumadocs-mdx && next build",
9
"start": "next start",
10
"lint": "eslint . --max-warnings 0",
11
"tsc": "fumadocs-mdx && next typegen && tsc --noEmit"
0 commit comments