mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-28 18:22:42 -08:00
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.
This commit is contained in:
19
src/main/runtime/domains/startup.ts
Normal file
19
src/main/runtime/domains/startup.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
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';
|
||||
Reference in New Issue
Block a user