config is at same level as paths
This commit is contained in:
parent
de24034b22
commit
b469d03677
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
olm: olmPaths,
|
||||
downloadSandbox: downloadSandboxPath,
|
||||
worker: workerPath,
|
||||
config: JSON.parse(configJSON)
|
||||
...JSON.parse(configJSON)
|
||||
};
|
||||
const platform = new Platform(
|
||||
document.body,
|
||||
|
|
Reference in a new issue