refactor(store): Extract default values into store/defaults/

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Shirone
2026-01-25 23:32:29 +01:00
parent e876d177b8
commit f0042312d0
7 changed files with 74 additions and 62 deletions

View File

@@ -0,0 +1,3 @@
export { defaultBackgroundSettings } from './background-settings';
export { defaultTerminalState } from './terminal-defaults';
export { MAX_INIT_OUTPUT_LINES } from './constants';