fix: pass platform paths to share store
This commit is contained in:
@@ -133,6 +133,7 @@ async function createApp() {
|
|||||||
// simply blocks creation via the route-level _requirePro gate.
|
// simply blocks creation via the route-level _requirePro gate.
|
||||||
const shareStore = createShareStore({
|
const shareStore = createShareStore({
|
||||||
dataDir: platformPaths.dataDir,
|
dataDir: platformPaths.dataDir,
|
||||||
|
platformPaths,
|
||||||
log,
|
log,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user