Skip to content

Commit

Permalink
remove monaco-esm dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel committed Aug 27, 2024
1 parent 2618cd3 commit 8f91dc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/lib/components/EditorTheme.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script lang="ts">
import { isInitialized } from './vscode'
import { editor as meditor } from 'monaco-editor/esm/vs/editor/editor.api'
import { editor as meditor } from 'monaco-editor'
import { onMount } from 'svelte'
import DarkModeObserver from './DarkModeObserver.svelte'
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/lib/components/GraphqlSchemaViewer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { BROWSER } from 'esm-env'
import { editor as meditor } from 'monaco-editor'
import 'monaco-editor/esm/vs/basic-languages/graphql/graphql.contribution'
import '@codingame/monaco-vscode-standalone-languages'
import { onDestroy, onMount } from 'svelte'
Expand Down

0 comments on commit 8f91dc4

Please sign in to comment.