mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:21:09 +02:00
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:
parent
7abfc4c0b3
commit
4f7052b0ca
3 changed files with 12 additions and 1 deletions
|
|
@ -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/*'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue