mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-24 09:13:32 +00:00
fix(core): provide job service in session default layer
This commit is contained in:
parent
fb884bb91e
commit
b3650e2316
1 changed files with 1 additions and 0 deletions
|
|
@ -585,6 +585,7 @@ export const layer = Layer.effect(
|
|||
)
|
||||
|
||||
export const defaultLayer = layer.pipe(
|
||||
Layer.provide(Job.defaultLayer),
|
||||
Layer.provide(SessionStore.defaultLayer),
|
||||
Layer.provide(SessionProjector.defaultLayer),
|
||||
Layer.provide(EventV2.defaultLayer),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue