wip(app): provider settings

This commit is contained in:
adamelmore
2026-01-25 17:05:24 -06:00
committed by Adam
parent 03d884797c
commit c323d96deb
3 changed files with 24 additions and 16 deletions

View File

@@ -392,6 +392,7 @@ function createGlobalSync() {
project: () => sdk.project.current().then((x) => setStore("project", x.data!.id)),
provider: () =>
sdk.provider.list().then((x) => {
console.log("provider", x)
setStore("provider", normalizeProviderList(x.data!))
}),
agent: () => sdk.app.agents().then((x) => setStore("agent", x.data ?? [])),