mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-07-02 12:16:24 +00:00
Refactor project to use config file
This commit is contained in:
23
src/app/config.ts
Normal file
23
src/app/config.ts
Normal file
@ -0,0 +1,23 @@
|
||||
export const config = {
|
||||
dashboard: {
|
||||
'route': 'dashboard',
|
||||
'defaultLayout': 'vraw-open'
|
||||
},
|
||||
webide: {
|
||||
'route': 'webide',
|
||||
'autoSaveInterval': 1000,
|
||||
'defaultCode': 'Loading your file...',
|
||||
'defaultLanguage': 'text',
|
||||
'deployProcessName': 'login'
|
||||
},
|
||||
terminal: {
|
||||
'route': 'shell'
|
||||
},
|
||||
messages: {
|
||||
'route': 'messages',
|
||||
'showNextButton': false
|
||||
},
|
||||
testmessenger: {
|
||||
'route': 'testmessenger'
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user