fix(#1): 🚑 Fix application stopping early (#4)

Co-authored-by: Daniel Sy <Daniel.Sy@t-systems.com>
Reviewed-on: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/Daniel.Sy/loic-go/pulls/4
This commit is contained in:
Daniel.Sy 2025-03-28 02:56:49 +00:00
parent e151b4a6e1
commit 483484e2e2
3 changed files with 16 additions and 4 deletions

View file

@ -7,8 +7,8 @@ import (
var webCmd = &cobra.Command{
Use: "web",
Short: "Startet den Web-Server",
Long: "Startet den Web-Server für myapp",
Short: "starts the web server",
Long: "starts the web UI for LOIC",
Run: func(cmd *cobra.Command, args []string) {
web.Start()
},