We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e21cc5 + ee0911d commit adcc1e9Copy full SHA for adcc1e9
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