From 49f605ec7112459c91241944208250251e3bc8b3 Mon Sep 17 00:00:00 2001 From: Matthias Van Parijs Date: Thu, 12 Sep 2024 00:07:16 +0200 Subject: [PATCH] fix: Full monaco editor import --- packages/dashboard/src/components/editor/worker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dashboard/src/components/editor/worker.ts b/packages/dashboard/src/components/editor/worker.ts index 57d92719..27f799c2 100644 --- a/packages/dashboard/src/components/editor/worker.ts +++ b/packages/dashboard/src/components/editor/worker.ts @@ -1,4 +1,4 @@ -import * as monaco from "monaco-editor/esm/vs/editor/editor.api"; +import * as monaco from "monaco-editor"; import editorWorker from "monaco-editor/esm/vs/editor/editor.worker?worker"; import jsonWorker from "monaco-editor/esm/vs/language/json/json.worker?worker";