Skip to content

Commit 508ad0c

Browse files
committed
Fix tsc issue
1 parent e25c83a commit 508ad0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pages/quickstart/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ const StepNavigationMenu: React.FC<{
109109
async function loadFilesDirectly() {
110110
try {
111111
// Use dynamic import to load build-time generated files
112+
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
113+
// @ts-ignore - This file is generated at build time by Docusaurus
112114
const filesModule = await import(
113115
'../../../.docusaurus/docusaurus-plugin-virtual-files/default/files.json'
114116
)

0 commit comments

Comments
 (0)