mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-07-02 12:16:24 +00:00
Implement ProcessLogService and hook it up to existing log features
This commit is contained in:
@ -40,7 +40,8 @@ export const config = {
|
||||
console: {
|
||||
route: 'console',
|
||||
defaultContent: '',
|
||||
rewriteContentWithNewLogs: 'stdout'
|
||||
rewriteContentWithProcessLogs: 'stdout',
|
||||
showLiveLogs: true
|
||||
},
|
||||
testmessenger: {
|
||||
route: 'testmessenger'
|
||||
|
Reference in New Issue
Block a user