Skip to content

Commit 67f61d1

Browse files
committed
chore: add ts-ignore for import of generated file
1 parent 9352934 commit 67f61d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/developer-hub/src/source.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import {
99
import type { InferMetaType, InferPageType } from "fumadocs-core/source";
1010
import { loader } from "fumadocs-core/source";
1111
import { createElement } from "react";
12+
//@ts-ignore: .source is generated at build time
1213
import { docs } from "../.source";
1314

1415
const icons: Record<string, React.ComponentType> = {

0 commit comments

Comments
 (0)