Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Heuehneje
/
bolt.diy
like
2
Running
App
Files
Files
Community
main
bolt.diy
/
app
/
lib
/
stores
/
chat.ts
Heuehneje
bolt.diy
baa4c21
verified
8 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
131 Bytes
import
{ map }
from
'nanostores'
;
export
const
chatStore =
map
({
started
:
false
,
aborted
:
false
,
showChat
:
true
,
});