We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a688f5c commit 95b8b6cCopy full SHA for 95b8b6c
apps/docs/tsconfig.json
@@ -16,7 +16,7 @@
16
"jsx": "react-jsx",
17
"incremental": true,
18
"paths": {
19
- "@/.source": ["./.source/index.ts"],
+ "@/.source/*": ["./.source/*"],
20
"@/*": ["./*"]
21
},
22
"plugins": [
apps/docs/vercel.json
@@ -1,4 +1,5 @@
1
{
2
"$schema": "https://openapi.vercel.sh/vercel.json",
3
- "installCommand": "bun install"
+ "installCommand": "bun install",
4
+ "buildCommand": "fumadocs-mdx && bun run build"
5
}
0 commit comments