diff options
| author | seth <[email protected]> | 2023-02-08 02:31:06 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-02-08 02:31:06 -0500 |
| commit | 5e4b6ebb8c9e6adaf1ab12802beb82c59c88dcab (patch) | |
| tree | 4a1ddb00d04dc94612cf01c4ffc2eb6443fa6db4 /.gitmodules | |
| parent | 7a6d77e94da09fb1a4e32ebd90e794049f0c737d (diff) | |
switch to caddy + centralize services
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..6dc1cfc --- /dev/null +++ b/.gitmodules @@ -0,0 +1,10 @@ +[submodule "guzzle_api"] + path = guzzle_api + url = https://github.com/getchoo/guzzle_api.git +[submodule "src/modpack"] + path = src/modpack + url = https://github.com/getchoo/modpack.git +[submodule "src/server-modpack"] + path = src/server-modpack + url = https://github.com/getchoo/modpack.git + branch = server |
