Merge branch 'processlog-rework' into chausie

This commit is contained in:
Kristóf Tóth
2019-08-15 14:40:49 +02:00
10 changed files with 10 additions and 130 deletions

View File

@ -35,7 +35,6 @@ export const config = {
},
showDeployButton: true,
reloadIframeOnDeploy: false,
showConsoleOnDeploy: true,
autoDetectFileLanguage: true,
showMiniMap: false
},
@ -50,12 +49,6 @@ export const config = {
console: {
route: 'console',
defaultContent: '',
rewriteContentWithProcessLogsOnDeploy: 'stdout',
showLiveLogs: true,
defaultLogs: {
stdout: '',
stderr: ''
}
},
testmessenger: {
route: 'testmessenger'