Files
SubMiner/src/main/runtime/domains/startup.ts
sudacode 4fc34ec787 refactor(main): add runtime domain registry and fan-in guardrails
Introduce runtime domain barrel exports and registry composition support, and document/check main runtime fan-in workflow with related backlog planning artifacts.
2026-02-21 21:21:44 -08:00

20 lines
804 B
TypeScript

export * from '../app-lifecycle-actions';
export * from '../app-lifecycle-main-activate';
export * from '../app-lifecycle-main-cleanup';
export * from '../app-ready-main-deps';
export * from '../clipboard-queue';
export * from '../config-derived';
export * from '../dictionary-runtime-main-deps';
export * from '../immersion-media';
export * from '../immersion-startup';
export * from '../immersion-startup-main-deps';
export * from '../media-runtime-main-deps';
export * from '../runtime-bootstrap-main-deps';
export * from '../startup-config';
export * from '../startup-config-main-deps';
export * from '../startup-runtime-handlers';
export * from '../startup-warmups';
export * from '../startup-warmups-main-deps';
export * from '../subtitle-processing-main-deps';
export * from '../subsync-runtime';