Solucionados mas problemas por camiar los modulos

Pasado de paths de tsconfig a package.json por problemas que daba con
yaml
This commit is contained in:
2026-02-09 10:54:35 +01:00
parent 6e8251f2c6
commit ecef45dc59
33 changed files with 300 additions and 174 deletions

View File

@@ -1,4 +1,4 @@
import { RabbitMQEventBus, RMQConnectionParams } from "#shared/infrastructure/RabbitMQEventBus"
import { RabbitMQEventBus, RMQConnectionParams } from "sim-shared/infrastructure/RabbitMQEventBus.js"
import { env } from "./env"
const rmqUser = env.RABBITMQ_USER