We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79393d1 commit 4d73cb2Copy full SHA for 4d73cb2
client/src/App.tsx
@@ -178,7 +178,7 @@ function App() {
178
_leanMonaco.setInfoviewElement(infoviewRef.current!)
179
;(async () => {
180
await _leanMonaco.start(options)
181
- await leanMonacoEditor.start(editorRef.current!, `./${project}.lean`, code)
+ await leanMonacoEditor.start(editorRef.current!, `/project/${project}.lean`, code)
182
183
setEditor(leanMonacoEditor.editor)
184
setLeanMonaco(_leanMonaco)
0 commit comments