chore(repo): split frontend backend backend_worker into submodules
This commit is contained in:
12
.gitmodules
vendored
12
.gitmodules
vendored
@@ -1,3 +1,15 @@
|
||||
[submodule "instructions"]
|
||||
path = instructions
|
||||
url = git@gitea.dsrptlab.com:dsrptlab/instructions.git
|
||||
[submodule "frontend"]
|
||||
path = frontend
|
||||
url = git@gitea.dsrptlab.com:clientflow/frontend.git
|
||||
branch = main
|
||||
[submodule "backend"]
|
||||
path = backend
|
||||
url = git@gitea.dsrptlab.com:clientflow/backend.git
|
||||
branch = main
|
||||
[submodule "backend_worker"]
|
||||
path = backend_worker
|
||||
url = git@gitea.dsrptlab.com:clientflow/backend_worker.git
|
||||
branch = main
|
||||
|
||||
Reference in New Issue
Block a user