onboarding progress

This commit is contained in:
Dax Raad
2025-06-10 15:43:14 -04:00
parent a0062d4661
commit 5ab2ff9589
7 changed files with 381 additions and 130 deletions

View File

@@ -415,7 +415,9 @@ export namespace Server {
},
}),
async (c) => {
const providers = await Provider.active()
const providers = await Provider.list().then((x) =>
mapValues(x, (item) => item.info),
)
return c.json({
providers: Object.values(providers),
defaults: mapValues(