Browse Source

Initial commit

Set up submodules.
master
TheoryOfNekomata 1 year ago
commit
2ba4a2b5da
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/webvideo-transcript-summary-core
[submodule "packages/web-api"]
path = packages/web-api
url = https://code.modal.sh/modal-soft/webvideo-transcript-summary-web-api

+ 1
- 0
packages/core

@@ -0,0 +1 @@
Subproject commit 9252b037ca0eeb98f364ec2e7830f38276a71456

+ 1
- 0
packages/web-api

@@ -0,0 +1 @@
Subproject commit 17052a87526500067578a33730b91e2bab9589df

Loading…
Cancel
Save