feat(app): improve servers UI (#30961)

This commit is contained in:
Aarav Sareen
2026-06-06 03:38:11 +05:30
committed by GitHub
parent a105eefae7
commit e452b480da
10 changed files with 628 additions and 62 deletions
+2
View File
@@ -202,6 +202,8 @@ export namespace ServerConnection {
export type Key = string & { _brand: "Key" }
export const Key = { make: (v: string) => v as Key }
export const builtin = (conn: Any) => conn.type === "sidecar" && conn.variant === "base"
}
export const { use: useServer, provider: ServerProvider } = createSimpleContext({