[client] Feat: Support Multiple Profiles (#3980)

[client] Feat: Support Multiple Profiles (#3980)
This commit is contained in:
hakansa
2025-07-25 16:54:46 +03:00
committed by GitHub
parent e0d9306b05
commit cb8b6ca59b
53 changed files with 4651 additions and 768 deletions

View File

@@ -61,7 +61,7 @@ func (p *program) Start(svc service.Service) error {
}
}
serverInstance := server.New(p.ctx, configPath, util.FindFirstLogPath(logFiles))
serverInstance := server.New(p.ctx, util.FindFirstLogPath(logFiles))
if err := serverInstance.Start(); err != nil {
log.Fatalf("failed to start daemon: %v", err)
}