chore: remove bun.lock file, update package.json for workspace configuration, and adjust dependencies across apps and packages

This commit is contained in:
2025-10-27 11:06:59 -03:00
parent 6bfc0c2ced
commit 929633492d
29 changed files with 6964 additions and 602 deletions

14
CORRIGIR_CATALOG.bat Normal file
View File

@@ -0,0 +1,14 @@
@echo off
echo ====================================
echo CORRIGINDO REFERENCIAS AO CATALOG
echo ====================================
echo.
cd "C:\Users\Deyvison\OneDrive\Desktop\Secretaria de Esportes\Tecnologia da Informacao\SGSE\sgse-app"
echo Arquivos corrigidos! Agora execute:
echo.
echo bun install --ignore-scripts
echo.
pause