File size: 227 Bytes
676fc08 | 1 2 3 4 5 6 7 8 | import localforage from "localforage";
export const researchStore = localforage.createInstance({
name: "DeepResearch",
storeName: "researchStore",
description: "Stores the history and results of in-depth research.",
});
|