fix: pass platform paths to share store
CI / Test & Lint (push) Has been cancelled
CI / Security audit (push) Has been cancelled

This commit is contained in:
Krystie
2026-07-21 22:45:50 -07:00
parent ed32deb4ba
commit 7682cb77bf
+1
View File
@@ -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,
}); });