mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-27 18:22:41 -08:00
Introduce runtime domain barrel exports and registry composition support, and document/check main runtime fan-in workflow with related backlog planning artifacts.
20 lines
804 B
TypeScript
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';
|