refactor(core): support tiered layer nodes (#33937)
This commit is contained in:
@@ -160,6 +160,10 @@ export const DiffInput = Schema.Struct({
|
||||
})
|
||||
export type DiffInput = Schema.Schema.Type<typeof DiffInput>
|
||||
|
||||
export const node = LayerNode.make(layer, [Session.node, Snapshot.node, EventV2Bridge.node, Config.node])
|
||||
export const node = LayerNode.make({
|
||||
service: Service,
|
||||
layer: layer,
|
||||
deps: [Session.node, Snapshot.node, EventV2Bridge.node, Config.node],
|
||||
})
|
||||
|
||||
export * as SessionSummary from "./summary"
|
||||
|
||||
Reference in New Issue
Block a user