mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 12:45:39 +01:00
Add initial website pages
This commit is contained in:
parent
f2b9092438
commit
99bc54b159
55 changed files with 13029 additions and 1 deletions
4
website/worker-loader-proxy.js
Normal file
4
website/worker-loader-proxy.js
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
self.MonacoEnvironment = {
|
||||
baseUrl: '../release/min/'
|
||||
};
|
||||
importScripts('../release/min/vs/base/worker/workerMain.js');
|
||||
Loading…
Add table
Add a link
Reference in a new issue