opt.: include core repos via submodules

This commit is contained in:
lollipopkit🏳️‍⚧️
2026-02-06 14:38:27 +08:00
parent 360baf2d75
commit d4f053f843
8 changed files with 41 additions and 32 deletions

20
.gitmodules vendored Normal file
View File

@@ -0,0 +1,20 @@
[submodule "dartssh2"]
path = dartssh2
url = https://github.com/lollipopkit/dartssh2
branch = master
[submodule "xterm"]
path = xterm
url = https://github.com/lollipopkit/xterm.dart
branch = master
[submodule "fl_lib"]
path = fl_lib
url = https://github.com/lollipopkit/fl_lib
branch = main
[submodule "fl_build"]
path = fl_build
url = https://github.com/lppcg/fl_build.git
branch = main
[submodule "server_box_monitor"]
path = server_box_monitor
url = https://github.com/lollipopkit/server_box_monitor
branch = main