Skip to content

Commit 95b8b6c

Browse files
committed
fix build
1 parent a688f5c commit 95b8b6c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

apps/docs/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"jsx": "react-jsx",
1717
"incremental": true,
1818
"paths": {
19-
"@/.source": ["./.source/index.ts"],
19+
"@/.source/*": ["./.source/*"],
2020
"@/*": ["./*"]
2121
},
2222
"plugins": [

apps/docs/vercel.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"$schema": "https://openapi.vercel.sh/vercel.json",
3-
"installCommand": "bun install"
3+
"installCommand": "bun install",
4+
"buildCommand": "fumadocs-mdx && bun run build"
45
}

0 commit comments

Comments
 (0)