chore: init monorepo with launcher and server submodules

This commit is contained in:
2026-05-23 18:04:36 +03:00
commit 7a53666245
5 changed files with 337 additions and 0 deletions

8
.gitmodules vendored Normal file
View File

@@ -0,0 +1,8 @@
[submodule "launcher"]
path = launcher
url = ssh://git@gitea.mrixs.me:2222/Mrixs/MrixsCraft-launcher.git
branch = master
[submodule "server"]
path = server
url = ssh://git@gitea.mrixs.me:2222/Mrixs/MrixsCraft-server.git
branch = master