File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import { modulesService } from './services/modules';
22
33const { getUrl, getModuleUrl } = modulesService ;
44
5- export const vendorsBaseUrl = // 'http://127.0.0.1:8081/';
6- /* @__PURE__ */ getUrl ( '@live-codes/browser-compilers@0.22.3/dist/' ) ;
5+ export const vendorsBaseUrl = 'http://127.0.0.1:8081/' ;
6+ // /* @__PURE__ */ getUrl('@live-codes/browser-compilers@0.22.3/dist/');
77
88export const acornUrl = /* @__PURE__ */ getUrl ( 'acorn@8.12.1/dist/acorn.js' ) ;
99
@@ -295,7 +295,7 @@ export const metaPngUrl = /* @__PURE__ */ getUrl('meta-png@1.0.6/dist/meta-png.u
295295
296296export const mjmlUrl = /* @__PURE__ */ getUrl ( 'mjml-browser@4.15.3/lib/index.js' ) ;
297297
298- export const monacoBaseUrl = /* @__PURE__ */ getUrl ( '@live-codes/monaco-editor@0.3.0 /' ) ;
298+ export const monacoBaseUrl = /* @__PURE__ */ getUrl ( '@live-codes/monaco-editor@0.3.1 /' ) ;
299299
300300export const monacoEmacsUrl = /* @__PURE__ */ getUrl ( 'monaco-emacs@0.3.0/dist/monaco-emacs.js' ) ;
301301
You can’t perform that action at this time.
0 commit comments