We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee48c8c commit f330b3dCopy full SHA for f330b3d
apps/developer-hub/src/source.ts
@@ -9,7 +9,6 @@ import {
9
import type { InferMetaType, InferPageType } from "fumadocs-core/source";
10
import { loader } from "fumadocs-core/source";
11
import { createElement } from "react";
12
-//@ts-ignore: .source is generated at build time
13
import { docs } from "../.source";
14
15
const icons: Record<string, React.ComponentType> = {
apps/developer-hub/turbo.json
@@ -36,6 +36,9 @@
36
},
37
"test:lint:stylelint": {
38
"dependsOn": ["//#install:modules"]
39
+ },
40
+ "test:types": {
41
+ "dependsOn": ["//#install:modules", "^build", "build"]
42
}
43
44
0 commit comments