template-saas/.gitmodules
Adrian Flores Cortes e7767e03be
Some checks failed
CI / Backend CI (push) Has been cancelled
CI / Frontend CI (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
CI / CI Summary (push) Has been cancelled
[template-saas] refactor(structure): Migrate to canonical apps/ structure (ADR-0011)
- 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>
2026-02-06 10:14:32 -06:00

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