Browse Source

Initial commit

Add submodules.
master
TheoryOfNekomata 1 year ago
commit
e4750125a6
4 changed files with 9 additions and 0 deletions
  1. +1
    -0
      .gitignore
  2. +6
    -0
      .gitmodules
  3. +1
    -0
      packages/core
  4. +1
    -0
      packages/web-api

+ 1
- 0
.gitignore View File

@@ -0,0 +1 @@
.idea/

+ 6
- 0
.gitmodules View File

@@ -0,0 +1,6 @@
[submodule "packages/core"]
path = packages/core
url = https://code.modal.sh/modal-soft/murasaki-core.git
[submodule "packages/web-api"]
path = packages/web-api
url = https://code.modal.sh/modal-soft/murasaki-web-api.git

+ 1
- 0
packages/core

@@ -0,0 +1 @@
Subproject commit 73dee5245fa801477c06ee6ba45ccbf54e97ae59

+ 1
- 0
packages/web-api

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

Loading…
Cancel
Save