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
1 changed files with 1 additions and 1 deletions

View File

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