Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aproli90
/
bolt.diy
like
2
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
bolt.diy
/
app
/
lib
/
stores
/
streaming.ts
Ashhar
sync with bolt.diy
c0a9bce
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
88 Bytes
import
{ atom }
from
'nanostores'
;
export
const
streamingState = atom<
boolean
>(
false
);