mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-07-02 14:46:22 +00:00
Allow switching between stdout and stderr logs in config.ts
This commit is contained in:
@ -40,7 +40,7 @@ export const config = {
|
||||
console: {
|
||||
route: 'console',
|
||||
defaultContent: '',
|
||||
rewriteContentWithNewLogs: true
|
||||
rewriteContentWithNewLogs: 'stdout'
|
||||
},
|
||||
testmessenger: {
|
||||
route: 'testmessenger'
|
||||
|
Reference in New Issue
Block a user