refractor: hub conn

This commit is contained in:
2026-04-04 21:16:39 +03:00
parent 02f6bb6813
commit 602175481f
5 changed files with 61 additions and 10 deletions
+5
View File
@@ -1,4 +1,9 @@
package main
import "github.com/lorsanstand/HomeOps-Hub/internal/hub/app"
func main() {
start := app.NewApp()
start.Run()
}