mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-27 21:35:12 +00:00
Do not reload iframe on deploy by default
This commit is contained in:
@ -28,7 +28,7 @@ export const config = {
|
||||
defaultLanguage: 'text',
|
||||
deployProcessName: 'webservice',
|
||||
showDeployButton: true,
|
||||
reloadIframeOnDeploy: true,
|
||||
reloadIframeOnDeploy: false,
|
||||
showConsoleOnDeploy: true,
|
||||
autoDetectFileLanguage: true,
|
||||
showMiniMap: false
|
||||
|
Reference in New Issue
Block a user