chore: generate
This commit is contained in:
@@ -312,7 +312,10 @@ export const { use: useServer, provider: ServerProvider } = createSimpleContext(
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
const isReady = Object.assign(createMemo(() => ready() && !!state.active), { promise: ready.promise })
|
const isReady = Object.assign(
|
||||||
|
createMemo(() => ready() && !!state.active),
|
||||||
|
{ promise: ready.promise },
|
||||||
|
)
|
||||||
|
|
||||||
const scope = (key = state.active) => ServerScope.fromServerKey(key, props.canonicalLocalServer)
|
const scope = (key = state.active) => ServerScope.fromServerKey(key, props.canonicalLocalServer)
|
||||||
const projects = createServerProjects({ scope, store, setStore })
|
const projects = createServerProjects({ scope, store, setStore })
|
||||||
|
|||||||
Reference in New Issue
Block a user