Providing a Layer to a Runtime in Effect Typescript
Hi! Can we imagine providing a Layer to a Runtime or is it a complete nonsense? I have this need and, if I'm not wrong, it's not possible to do for now. There is only
Runtime.provideService
Runtime.provideService
and
Runtime.updateContext
Runtime.updateContext
I could try to have a look at implementing it the repository if that makes sense.