Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
T1ckbase
/
bolt.diy
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a8d8b7b
bolt.diy
/
app
/
lib
/
stores
/
streaming.ts
KevIsDev
fix: show netlify deployed link
23c22c5
7 months ago
raw
Copy download link
history
blame
Safe
88 Bytes
import
{ atom }
from
'nanostores'
;
export
const
streamingState = atom<
boolean
>(
false
);