chore: add games folder structure to monorepo

- Create /games directory for game projects
- Update pnpm-workspace.yaml with games paths
- Update CLAUDE.md documentation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Till-JS 2025-11-27 15:06:59 +01:00
parent 7abfc4c0b3
commit 4f7052b0ca
3 changed files with 12 additions and 1 deletions

View file

@ -8,6 +8,15 @@ packages:
# Product-specific packages
- 'apps/*/packages/*'
# Games
- 'games/*'
# Sub-apps within games (if needed)
- 'games/*/apps/*'
# Game-specific packages
- 'games/*/packages/*'
# Standalone microservices
- 'services/*'