feat: add deploy command (all ai test + fix this all)

This commit is contained in:
Soph :3 2025-09-09 11:49:22 +03:00
parent ae3c21c5a0
commit 44d0fd22e1
3 changed files with 334 additions and 1 deletions

View file

@ -93,6 +93,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error + Send + Sync>> {
LaunchCommand,
FollowCommand::new(),
TestCommand::new(),
DeployCommand::new(),
BalanceCommand::new(arc_pool.clone()),
InventoryCommand::new(arc_pool.clone()),
FishCommand::new(arc_pool.clone()),