DawnLauncher/src/main/cache/data.js

8 lines
202 B
JavaScript
Raw Normal View History

2023-07-18 22:48:36 -07:00
import Store from "electron-store";
const cacheStore = new Store({ name: "cache", encryptionKey: "41fdb85a-4706-57b1-ba22-d7556f3723c7", clearInvalidConfig: true });
export default {
cacheStore,
};