Skip to content

Commit

Permalink
fix: Full monaco editor import
Browse files Browse the repository at this point in the history
  • Loading branch information
matvp91 committed Sep 11, 2024
1 parent 4235e4f commit 49f605e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dashboard/src/components/editor/worker.ts
Original file line number Diff line number Diff line change
@@ -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";

Expand Down

0 comments on commit 49f605e

Please sign in to comment.