소스 검색

Initial commit

Add submodules.
master
커밋
65ee3f4eb9
4개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      .gitignore
  2. +6
    -0
      .gitmodules
  3. +1
    -0
      packages/core
  4. +1
    -0
      packages/web-api

+ 1
- 0
.gitignore 파일 보기

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

+ 6
- 0
.gitmodules 파일 보기

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

+ 1
- 0
packages/core

@@ -0,0 +1 @@
Subproject commit 4f486d7a0f0b91c6cc327a5734fcb1e761f8be79

+ 1
- 0
packages/web-api

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

불러오는 중...
취소
저장