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