feat: Migración completa de SnatchGame a Nuxt 4
Some checks failed
build-and-deploy / filter (push) Successful in 3s
build-and-deploy / build (push) Failing after 6s
build-and-deploy / deploy (push) Has been skipped

- Creado nuevo proyecto Nuxt 4 con estructura app/
- Servidor Colyseus separado para evitar problemas con decoradores
- Migrado GameRoom y toda la lógica del juego
- Implementado cliente con composables useGameClient
- Panel de administración funcional
- Componentes Vue migrados (HomeScreen, GameScreen, PlayerCard, etc)
- Configuración para ejecutar ambos servidores (npm run dev:all)
This commit is contained in:
2025-08-05 16:05:51 -06:00
parent b83d450ac6
commit 62226ab5d4
36 changed files with 17126 additions and 2661 deletions

View File

@@ -118,6 +118,8 @@ EOF
# Reiniciar Docker con configuración final
cd .. && docker compose down && cd ngrok
# Limpiar contenedores existentes por si acaso
docker rm -f snatchgame-server snatchgame-client snatchgame-admin 2>/dev/null || true
cd .. && docker compose -f /tmp/docker-compose-final.yml up -d && cd ngrok
echo "⏳ Esperando servicios reconfigurados..."