feat(): multiple instances support

This commit is contained in:
Alexander Bukhalo
2021-01-02 01:27:01 +03:00
parent b1a6e50f8f
commit ccb2db0106
14 changed files with 263 additions and 122 deletions

2
lib/services/index.ts Normal file
View File

@@ -0,0 +1,2 @@
export * from './updates-explorer.service';
export * from './metadata-accessor.service';