nix store log
This commit is contained in:
parent
5d0e5f7f1c
commit
0d140e58ca
13 changed files with 81 additions and 46 deletions
|
@ -9,6 +9,7 @@ import { ProcessPresentation } from "./features/process/process_presentation";
|
|||
import { RealTimePresentation, pipelineRealTimeService } from "./features/realtime/realtime_presentation";
|
||||
import { extensions } from "./core/extensions/extensions";
|
||||
import { ProjectInstancePresentation } from "./features/project_instance/project_instance_presentation";
|
||||
import { NixStoreManagerPresentation as NixStoreManagerPresentation } from "./features/nix_store_manager/nix_store_manager";
|
||||
|
||||
extensions();
|
||||
|
||||
|
@ -19,6 +20,7 @@ const httpRoutes: Routes[] = [
|
|||
new PipelinePresentation(),
|
||||
new RealTimePresentation(),
|
||||
new ProjectInstancePresentation(),
|
||||
new NixStoreManagerPresentation(),
|
||||
].map((el) => el.call());
|
||||
|
||||
const socketSubscribers = [new SocketSubscriber(pipelineRealTimeService, "realtime")];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue