Refactor de las rutas para lanzarse con node (sin tsx)

This commit is contained in:
2026-02-09 13:24:04 +01:00
parent ecef45dc59
commit 9b68bc60a1
39 changed files with 604 additions and 493 deletions

View File

@@ -1,6 +1,6 @@
import { startRMQClient } from "#config/eventBusConfig"
import { SimNosController } from "aplication/SimNOS.controller"
import { SimNosController } from "./aplication/SimNOS.controller.js"
async function startWorker() {
const rmqClient = await startRMQClient()