progress
This commit is contained in:
parent
d70253d6a6
commit
fa645dde92
51 changed files with 657 additions and 281 deletions
|
@ -10,13 +10,18 @@ import {
|
|||
RealTimePresentation,
|
||||
pipelineRealTimeService,
|
||||
} from "./features/realtime/realtime_presentation";
|
||||
|
||||
import { extensions } from "./core/extensions/extensions";
|
||||
import { ProjectInstancePresentation } from "./features/project_instance/project_instance_presentation";
|
||||
|
||||
extensions();
|
||||
|
||||
const httpRoutes: Routes[] = [
|
||||
new TriggerPresentation(),
|
||||
new ProjectsPresentation(),
|
||||
new ProcessPresentation(),
|
||||
new PipelinePresentation(),
|
||||
new RealTimePresentation(),
|
||||
new ProjectInstancePresentation(),
|
||||
].map((el) => el.call());
|
||||
|
||||
const socketSubscribers = [
|
||||
|
@ -24,4 +29,3 @@ const socketSubscribers = [
|
|||
];
|
||||
|
||||
new App(httpRoutes, socketSubscribers).listen();
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue