-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
27 lines (27 loc) · 894 Bytes
/
.gitmodules
File metadata and controls
27 lines (27 loc) · 894 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[submodule "client/src/avanda"]
path = client/src/avanda
url = https://github.com/avandajs/avandajs.git
[submodule "core/app"]
path = core/app
url = https://github.com/avandajs/core.git
[submodule "core/orm"]
path = core/orm
url = https://github.com/avandajs/orm.git
[submodule "core/http"]
path = core/http
url = https://github.com/avandajs/http.git
[submodule "core/file"]
path = core/file
url = https://github.com/avandajs/file.git
[submodule "core/error"]
path = core/error
url = https://github.com/avandajs/error.git
[submodule "core/cli"]
path = core/cli
url = https://github.com/avandajs/cli.git
[submodule "drivers/twilio-sms-driver"]
path = drivers/twilio-sms-driver
url = https://github.com/avandajs/twilio-sms-driver.git
[submodule "drivers/twilio-sms-driver-test"]
path = drivers/twilio-sms-driver-test
url = https://github.com/avandajs/twilio-sms-driver-test.git