mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-07-02 11:46:24 +00:00
Refactor WebComponent and iframing to be mutually exclusive, strip old app
This commit is contained in:
@ -22,6 +22,7 @@ export const config = {
|
||||
'ide-only',
|
||||
'web-only'
|
||||
],
|
||||
iframeUrl: '/webservice',
|
||||
hide_messages: false
|
||||
},
|
||||
ide: {
|
||||
@ -29,7 +30,7 @@ export const config = {
|
||||
autoSaveInterval: 444,
|
||||
defaultCode: 'Loading your file...',
|
||||
defaultLanguage: 'text',
|
||||
deployProcessName: 'login',
|
||||
deployProcessName: 'webservice',
|
||||
showDeployButton: true
|
||||
},
|
||||
terminal: {
|
||||
|
Reference in New Issue
Block a user