Skip to content

Commit

Permalink
fix: Add https git submodules for sdks
Browse files Browse the repository at this point in the history
Signed-off-by: Diwank Singh Tomer <[email protected]>
  • Loading branch information
creatorrr committed Sep 29, 2024
1 parent c630249 commit 1a64e96
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "sdks/node-sdk"]
path = sdks/node-sdk
url = https://github.com/julep-ai/node-sdk.git
[submodule "sdks/python-sdk"]
path = sdks/python-sdk
url = https://github.com/julep-ai/python-sdk.git
1 change: 1 addition & 0 deletions sdks/node-sdk
Submodule node-sdk added at 8f190f
1 change: 1 addition & 0 deletions sdks/python-sdk
Submodule python-sdk added at 872b15

0 comments on commit 1a64e96

Please sign in to comment.