chore: generate
This commit is contained in:
@@ -105,11 +105,7 @@ function showErrors(input: {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
export const loadGlobalConfigQuery = (
|
export const loadGlobalConfigQuery = (scope: ServerScope, sdk: OpencodeClient, protocol?: Promise<ServerProtocol>) =>
|
||||||
scope: ServerScope,
|
|
||||||
sdk: OpencodeClient,
|
|
||||||
protocol?: Promise<ServerProtocol>,
|
|
||||||
) =>
|
|
||||||
queryOptions({
|
queryOptions({
|
||||||
queryKey: [scope, "config"],
|
queryKey: [scope, "config"],
|
||||||
queryFn: async () => {
|
queryFn: async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user