Browse Source

Add backend submodule

Use backend submodule from organization.
master
TheoryOfNekomata 3 years ago
parent
commit
a036e71e51
2 changed files with 4 additions and 0 deletions
  1. +3
    -0
      .gitmodules
  2. +1
    -0
      packages/backend

+ 3
- 0
.gitmodules View File

@@ -1,6 +1,9 @@
[submodule "packages/app-web"]
path = packages/app-web
url = git@code.modal.sh:zeichen/app-web.git
[submodule "packages/backend"]
path = packages/backend
url = git@code.modal.sh:zeichen/backend.git
[submodule "packages/core"]
path = packages/core
url = git@code.modal.sh:zeichen/core.git


+ 1
- 0
packages/backend

@@ -0,0 +1 @@
Subproject commit b8a37cd92621a8768a32d7ee8859883158fa5f31

Loading…
Cancel
Save