feat: add deps envs manager

This commit is contained in:
engigu
2025-12-22 00:09:40 +08:00
parent db6a5574e6
commit 179aad970f
9 changed files with 914 additions and 1 deletions
+1
View File
@@ -38,6 +38,7 @@ func RegisterControllers() *Controllers {
Log: controllers.NewLogController(),
Terminal: controllers.NewTerminalController(),
Settings: controllers.NewSettingsController(userService, loginLogService),
Runtime: controllers.NewRuntimeController(),
}
}