- Moved backend/ to apps/backend/ (submodule) - Moved database/ to apps/database/ (submodule) - Moved frontend/ to apps/frontend-web/ (submodule) - Updated .gitmodules references - Created apps/_MAP.md - Updated CLAUDE.md v0.1.0 -> v2.0.0 Part of: TASK-2026-02-06-ESTANDARIZACION-ESTRUCTURA-PROYECTOS Sprint 5 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
16 lines
539 B
Plaintext
16 lines
539 B
Plaintext
# =============================================================================
|
|
# Subrepositorios de betting-analytics
|
|
# =============================================================================
|
|
|
|
[submodule "backend"]
|
|
path = apps/backend
|
|
url = git@gitea-server:rckrdmrd/betting-analytics-backend-v2.git
|
|
|
|
[submodule "database"]
|
|
path = apps/database
|
|
url = git@gitea-server:rckrdmrd/betting-analytics-database-v2.git
|
|
|
|
[submodule "frontend"]
|
|
path = apps/frontend-web
|
|
url = git@gitea-server:rckrdmrd/betting-analytics-frontend-v2.git
|