progress
This commit is contained in:
parent
f0ed478b36
commit
8bc943de2c
16 changed files with 252 additions and 134 deletions
|
@ -5,9 +5,10 @@ import { extensions } from "./core/extensions/extensions";
|
|||
import { httpRoutes } from "./core/controllers/routes";
|
||||
import { executorProgramService } from "./core/usecases/exec_process_usecase";
|
||||
|
||||
|
||||
extensions();
|
||||
|
||||
const socketSubscribers = [new SocketSubscriber(executorProgramService, "realtime")];
|
||||
|
||||
new App(httpRoutes, socketSubscribers).listen();
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue