- Moved backend/ submodule to apps/backend/ - Moved frontend/ submodule to apps/frontend-web/ (canonical naming) - Moved database/ submodule to apps/database/ - Updated docker-compose.yml frontend path to apps/frontend-web - Updated CLAUDE.md v2.0.0 with canonical structure and aliases - Created apps/_MAP.md with component index - Updated MASTER_INVENTORY.yml paths (13 references) Part of: TASK-2026-02-06-ESTANDARIZACION-ESTRUCTURA-PROYECTOS (Sprint 2) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
15 lines
372 B
Plaintext
15 lines
372 B
Plaintext
[submodule "backend"]
|
|
path = apps/backend
|
|
url = git@gitea-server:rckrdmrd/template-saas-backend-v2.git
|
|
branch = main
|
|
|
|
[submodule "database"]
|
|
path = apps/database
|
|
url = git@gitea-server:rckrdmrd/template-saas-database-v2.git
|
|
branch = main
|
|
|
|
[submodule "frontend"]
|
|
path = apps/frontend-web
|
|
url = git@gitea-server:rckrdmrd/template-saas-frontend-v2.git
|
|
branch = main
|