chore: add vs dist server for monaco -- change path

This commit is contained in:
engigu
2026-03-11 11:50:06 +08:00
parent e8f3766981
commit db2bbd5d4d
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ createApp(App)
.use(router)
.use(VueMonacoEditorPlugin, {
paths: {
vs: BASE_URL + '/vs'
vs: BASE_URL + '/assets/vs'
}
})
.mount('#app')