Improve v2 session message rendering (#25634)
This commit is contained in:
parent
0df2bb0f3b
commit
39c88f9afb
17 changed files with 677 additions and 275 deletions
|
|
@ -71,6 +71,8 @@ export const layer = Layer.effect(
|
|||
Effect.sync(() => Service.of(make())),
|
||||
)
|
||||
|
||||
export const defaultLayer = layer
|
||||
|
||||
export const layerWith = (input: Partial<Interface>) =>
|
||||
Layer.effect(
|
||||
Service,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue