mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-07-02 12:56:23 +00:00
Make webide deploy button optional
This commit is contained in:
@ -8,7 +8,8 @@ export const config = {
|
||||
'autoSaveInterval': 1000,
|
||||
'defaultCode': 'Loading your file...',
|
||||
'defaultLanguage': 'text',
|
||||
'deployProcessName': 'login'
|
||||
'deployProcessName': 'login',
|
||||
'showDeployButton': true
|
||||
},
|
||||
terminal: {
|
||||
'route': 'shell'
|
||||
|
Reference in New Issue
Block a user