bolt.diy / app /lib /stores /streaming.ts
Ashhar
sync with bolt.diy
c0a9bce
raw
history blame contribute delete
88 Bytes
import { atom } from 'nanostores';
export const streamingState = atom<boolean>(false);