Delete src/state.js

This commit is contained in:
2025-11-18 21:04:55 -08:00
committed by GitHub
parent f0affed9d2
commit 6ca9ad3a54

View File

@@ -1,2 +0,0 @@
export const state={messages:[],busy:false,controller:null,currentThreadId:null,abortRequested:false,attachments:[],stream:{rid:null,bubble:null,meta:null,text:'',done:false}}
export const cacheStore=localforage.createInstance({name:'threads_cache',storeName:'streams_status'})