From 03ff8b41b7dd6ea1c7e0e1c31859f590175cbc6a Mon Sep 17 00:00:00 2001 From: Robin Olsen Date: Thu, 5 Feb 2026 13:26:52 +0100 Subject: [PATCH] use tui config for consistency --- cmd/tui/main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmd/tui/main.go b/cmd/tui/main.go index 9d2e455..45b0974 100644 --- a/cmd/tui/main.go +++ b/cmd/tui/main.go @@ -3,12 +3,11 @@ package main import ( "context" - "github.com/LazyBachelor/LazyPM/internal/service" "github.com/LazyBachelor/LazyPM/pkg/tui" ) func main() { - config := service.Config{ + config := tui.TUIConfig{ StatisticsStoragePath: "./.pm/stats.json", BeadsDBPath: "./.pm/db.db", IssuePrefix: "pm",