feat: add helper function for debug (#1241)

This commit is contained in:
Himself65
2023-03-01 16:33:52 -06:00
committed by GitHub
parent 5cda4a5ebc
commit 71a0951c77
5 changed files with 18 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ export default function getConfig() {
enableBroadCastChannelProvider: true,
enableIndexedDBProvider: true,
prefetchWorkspace: false,
exposeInternal: true,
},
};
}