mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2026-02-14 20:24:29 +01:00
* opt.: include core repos via submodules * fix: checkout submodules in analysis workflow * fix: scope analysis to app sources * refactor: move direct-included repos under packages
21 lines
577 B
Plaintext
21 lines
577 B
Plaintext
[submodule "dartssh2"]
|
|
path = packages/dartssh2
|
|
url = https://github.com/lollipopkit/dartssh2
|
|
branch = master
|
|
[submodule "xterm"]
|
|
path = packages/xterm
|
|
url = https://github.com/lollipopkit/xterm.dart
|
|
branch = master
|
|
[submodule "fl_lib"]
|
|
path = packages/fl_lib
|
|
url = https://github.com/lollipopkit/fl_lib
|
|
branch = main
|
|
[submodule "fl_build"]
|
|
path = packages/fl_build
|
|
url = https://github.com/lppcg/fl_build.git
|
|
branch = main
|
|
[submodule "server_box_monitor"]
|
|
path = packages/server_box_monitor
|
|
url = https://github.com/lollipopkit/server_box_monitor
|
|
branch = main
|