- Add intelligent content-game compatibility system with visual badges - Fix Adventure Reader to work with Dragon's Pearl content structure - Implement multi-column games grid for faster navigation - Add pronunciation display for Chinese vocabulary and sentences - Fix navigation breadcrumb to show proper hierarchy (Home > Levels > Content) - Add back buttons to all navigation pages - Improve JSONContentLoader to preserve story structure - Add comprehensive debugging and diagnostic tools 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
12 lines
256 B
Batchfile
12 lines
256 B
Batchfile
@echo off
|
|
echo ========================================
|
|
echo WebSocket Logger Server
|
|
echo ========================================
|
|
echo.
|
|
|
|
cd /d "%~dp0\export_logger"
|
|
|
|
echo Demarrage du serveur WebSocket sur le port 8082...
|
|
node websocket-server.js
|
|
|
|
pause |