Restore test sample

This commit is contained in:
Alexandru Dima 2021-11-12 13:28:19 +01:00
parent dcbd8121d9
commit 8c6103a3b4
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9

View file

@ -1,6 +1,6 @@
import * as monaco from 'monaco-editor/esm/vs/editor/editor.api';
monaco.editor.create(document.getElementById('container'), {
value: '',
language: 'html'
value: 'console.log("Hello, world")',
language: 'javascript'
});