1
0

auto-git:

[change] modules/store.js
This commit is contained in:
2025-06-01 09:42:07 +02:00
parent 091f21453d
commit 1c30ab5c8d

View File

@@ -12,4 +12,5 @@ const store = new Store({
needsRelocation: false, needsRelocation: false,
dailyCommitStats: {} dailyCommitStats: {}
} }
}); });
module.exports = store;