Agregar Bono 14 Guatemala y actualizar dist

This commit is contained in:
2026-08-12 09:13:40 -04:00
parent 65ab888c00
commit 6652877319
33 changed files with 3983 additions and 4833 deletions
+10
View File
@@ -0,0 +1,10 @@
@echo off
echo Generando dist actualizado de Cruce de Cuentas GLM con Bono 14...
call npm run build
if errorlevel 1 (
echo.
echo Si aparece un error de dependencia nativa de Rollup, ejecuta npm ci y vuelve a intentar.
exit /b 1
)
echo.
echo Dist generado correctamente.