- packages/stores/: theme, notifications, health stores extracted - Electrobun hardening: durable event sequencing, file conflict detection, push-based updates, backpressure guards (partial, agents still running)
5 lines
182 B
TypeScript
5 lines
182 B
TypeScript
// @agor/stores — shared store modules for Tauri and Electrobun frontends
|
|
|
|
export * from './theme.svelte';
|
|
export * from './notifications.svelte';
|
|
export * from './health.svelte';
|