use tui config for consistency
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user