improve porkbun credentials loading

This commit is contained in:
juancwu 2026-01-21 19:28:31 +00:00
commit 4b92d2e7c4
3 changed files with 112 additions and 77 deletions

View file

@ -11,7 +11,7 @@ import (
func main() {
a := app.New()
p := tea.NewProgram(a)
p := tea.NewProgram(&a)
if _, err := p.Run(); err != nil {
fmt.Println("Error:", err)
os.Exit(1)