mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 05:50:11 +01:00
Merge pull request #2112 from KapitanOczywisty/javascriptDefaults
Update example: allow peek definition
This commit is contained in:
commit
45279f68e2
3 changed files with 30 additions and 18 deletions
|
|
@ -816,6 +816,8 @@ function createSimpleServer(rootDir, port) {
|
|||
});
|
||||
}
|
||||
|
||||
gulp.task('generate-test-samples', taskSeries(generateTestSamplesTask));
|
||||
|
||||
gulp.task('simpleserver', taskSeries(generateTestSamplesTask, function() {
|
||||
const SERVER_ROOT = path.normalize(path.join(__dirname, '../'));
|
||||
createSimpleServer(SERVER_ROOT, 8080);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue