use tui config for consistency

This commit is contained in:
Robin Olsen
2026-02-05 13:26:52 +01:00
parent 5950fd2f2c
commit 64a9c7cd0b

View File

@@ -3,12 +3,11 @@ package main
import ( import (
"context" "context"
"github.com/LazyBachelor/LazyPM/internal/service"
"github.com/LazyBachelor/LazyPM/pkg/tui" "github.com/LazyBachelor/LazyPM/pkg/tui"
) )
func main() { func main() {
config := service.Config{ config := tui.TUIConfig{
StatisticsStoragePath: "./.pm/stats.json", StatisticsStoragePath: "./.pm/stats.json",
BeadsDBPath: "./.pm/db.db", BeadsDBPath: "./.pm/db.db",
IssuePrefix: "pm", IssuePrefix: "pm",