feat(app): improve servers UI (#30961)
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user