bolt.diy / app /lib /stores /streaming.ts
KevIsDev
fix: show netlify deployed link
23c22c5
raw
history blame
88 Bytes
import { atom } from 'nanostores';
export const streamingState = atom<boolean>(false);