Deduplicates concurrent app initialization in the config store Lazy-loads VS Code-only app surfaces Avoids broad view barrel imports for better chunk isolation
3 lines
139 B
TypeScript
3 lines
139 B
TypeScript
/** Entry-level views only. Avoid barrel re-exports that pull heavy modules into the main chunk. */
|
|
export { ChatView } from './ChatView';
|