chore: generate
This commit is contained in:
parent
dffecb6478
commit
977a40af68
1 changed files with 4 additions and 1 deletions
|
|
@ -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 })
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue