wip: refactoring tui

This commit is contained in:
adamdottv
2025-05-30 15:34:22 -05:00
parent f5e2c596d4
commit c69c9327da
13 changed files with 244 additions and 263 deletions

View File

@@ -14,7 +14,7 @@ export namespace Config {
export const Info = z
.object({
providers: z.record(z.string(), Provider.Info).optional(),
providers: Provider.Info.array().optional(),
})
.strict();