deep-research / src /utils /storage.ts
Leon4gr45's picture
Deploy app
c16e487 verified
import localforage from "localforage";
export const researchStore = localforage.createInstance({
name: "DeepResearch",
storeName: "researchStore",
description: "Stores the history and results of in-depth research.",
});