feat: infra 패키지 추가 및 PostgreSQL, Redis 커넥터 구현

This commit is contained in:
2025-12-28 12:18:42 +00:00
parent 77e5b251ef
commit 27b243b121
9 changed files with 37 additions and 10 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ Vue 3 frontends.
## Planned Layout
- `/packages/common`: shared utilities and type definitions
- `/packages/common`: shared utilities and type definitions (no infra)
- `/packages/infra`: Prisma/Redis connectors and other runtime infra
- `/packages/logic`: pure game logic with DI and interfaces
- `/app/gateway-frontend`: gateway UI
- `/app/gateway-api`: gateway service