From 74977906684f4f75e4b51c2612fc2579aa0b3699 Mon Sep 17 00:00:00 2001 From: Patriots01 Date: Wed, 5 Aug 2026 13:08:49 -0600 Subject: [PATCH] Se actualizaron las dependencias, asi como la funcion de ordenar los banner, se realizaron las pruebas con exito y no arrojaron ningun error, estan listas para mandar a produccion --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index e2e4cf6..6c96794 100644 --- a/src/main.ts +++ b/src/main.ts @@ -27,4 +27,4 @@ async function bootstrap() { console.log(`Documentacion disponible en: http://localhost:${port}/api`); console.log(`Servidor desplegado en: http://localhost:${port}`); } -bootstrap(); +bootstrap(); \ No newline at end of file