bolt.diy/app/lib/stores/streaming.ts
KevIsDev 23c22c5c12 fix: show netlify deployed link
netlify deploy button to be disabled on streaming and show link icon when deployed
2025-02-25 19:02:03 +00:00

4 lines
88 B
TypeScript

import { atom } from 'nanostores';
export const streamingState = atom<boolean>(false);