Skip to content

Commit

Permalink
bump lean4monaco
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Jul 24, 2024
1 parent 25efbe8 commit 64ad23d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function App() {
const leanMonaco = new LeanMonaco()
const leanMonacoEditor = new LeanMonacoEditor()
;(async () => {
await leanMonaco.start(socketUrl)
await leanMonaco.start({websocket: {url: socketUrl}})
leanMonaco.setInfoviewElement(infoviewRef.current!)
await leanMonacoEditor.start(codeviewRef.current!, `/project/${project}.lean`, '')

Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 64ad23d

Please sign in to comment.