use tui config for consistency

This commit is contained in:
Robin Olsen
2026-02-05 13:26:52 +01:00
parent 5f5826d13a
commit 03ff8b41b7

View File

@@ -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",