[TEMPLATE-SAAS] chore: Add .gitmodules for L2 submodules
Formalize backend, database, and frontend as git submodules. This enables proper recursive submodule operations. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
7abfa28579
commit
472671f09f
14
.gitmodules
vendored
Normal file
14
.gitmodules
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
[submodule "backend"]
|
||||
path = backend
|
||||
url = git@gitea-server:rckrdmrd/template-saas-backend-v2.git
|
||||
branch = main
|
||||
|
||||
[submodule "database"]
|
||||
path = database
|
||||
url = git@gitea-server:rckrdmrd/template-saas-database-v2.git
|
||||
branch = main
|
||||
|
||||
[submodule "frontend"]
|
||||
path = frontend
|
||||
url = git@gitea-server:rckrdmrd/template-saas-frontend-v2.git
|
||||
branch = main
|
||||
Loading…
Reference in New Issue
Block a user