aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.js b/src/config.js
index 05ee07ee5..0a47aa7d7 100644
--- a/src/config.js
+++ b/src/config.js
@@ -50,6 +50,8 @@ export const DEFAULT_FEATURES_CONFIG = {
50 }, 50 },
51 isServiceProxyEnabled: false, 51 isServiceProxyEnabled: false,
52 isServiceProxyPremiumFeature: true, 52 isServiceProxyPremiumFeature: true,
53 isWorkspacePremiumFeature: true,
54 isWorkspaceEnabled: false,
53}; 55};
54 56
55export const DEFAULT_WINDOW_OPTIONS = { 57export const DEFAULT_WINDOW_OPTIONS = {