mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-22 02:56:24 -07:00
feat(core): add Electron runtime, services, and app composition
This commit is contained in:
8
src/main/runtime/domains/index.ts
Normal file
8
src/main/runtime/domains/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export * as anilist from './anilist';
|
||||
export * as jellyfin from './jellyfin';
|
||||
export * as ipc from './ipc';
|
||||
export * as mining from './mining';
|
||||
export * as mpv from './mpv';
|
||||
export * as overlay from './overlay';
|
||||
export * as shortcuts from './shortcuts';
|
||||
export * as startup from './startup';
|
||||
Reference in New Issue
Block a user