const CoreFactory = require("./src/factories/Core.factory"); try { CoreFactory.Iniciar() } catch (error) { console.log(error) }