build: remove unused config (#1990)

This commit is contained in:
Himself65
2023-04-17 23:11:46 -05:00
committed by GitHub
parent 91c3040db7
commit 7be96a2e41
10 changed files with 7 additions and 37 deletions

View File

@@ -8,12 +8,7 @@ export default function getConfig() {
editorVersion: 'UNKNOWN',
serverAPI: 'http://127.0.0.1:3000/',
enableBroadCastChannelProvider: true,
enableIndexedDBProvider: true,
enableDebugPage: true,
prefetchWorkspace: false,
exposeInternal: true,
enableSubpage: true,
enableChangeLog: true,
},
};
}