diff --git a/src/app/page.tsx b/src/app/page.tsx index 3fd1ab6..0751a8b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,8 @@ import { Skeleton } from "@/components/ui/skeleton"; const DynamicEditor = dynamic( async () => { + await import("vscode") + const monaco = await import("monaco-editor"); const { loader, Editor } = await import("@monaco-editor/react");