mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-03 08:53:36 +00:00
refactor(store): Extract default values into store/defaults/
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
3
apps/ui/src/store/defaults/index.ts
Normal file
3
apps/ui/src/store/defaults/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export { defaultBackgroundSettings } from './background-settings';
|
||||
export { defaultTerminalState } from './terminal-defaults';
|
||||
export { MAX_INIT_OUTPUT_LINES } from './constants';
|
||||
Reference in New Issue
Block a user