config is at same level as paths

This commit is contained in:
Bruno Windels 2021-12-01 14:05:50 +01:00
parent de24034b22
commit b469d03677

View File

@ -24,7 +24,7 @@
olm: olmPaths, olm: olmPaths,
downloadSandbox: downloadSandboxPath, downloadSandbox: downloadSandboxPath,
worker: workerPath, worker: workerPath,
config: JSON.parse(configJSON) ...JSON.parse(configJSON)
}; };
const platform = new Platform( const platform = new Platform(
document.body, document.body,