bolt.diy / app /lib /stores /chat.ts
Sam Denty
fix: remove monorepo
6fb59d2 unverified
import { map } from 'nanostores';
export const chatStore = map({
started: false,
aborted: false,
showChat: true,
});