mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Update path to node_modules
This commit is contained in:
parent
65cd0e93df
commit
2fdc8a540c
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
<script>
|
||||
require.config({
|
||||
paths: {
|
||||
'vs': '/assets/packages/static/openvk/js/vendor/monaco/min/vs'
|
||||
'vs': '/assets/packages/static/openvk/js/node_modules/monaco-editor/min/vs'
|
||||
}
|
||||
});
|
||||
require(['vs/editor/editor.main'], function() {
|
||||
|
|
Loading…
Reference in a new issue