Extending a Runtime with Additional Dependencies in Effect Typescript

Hello! Is it possible to extend a runtime somehow? Like, imagine that I have a runtime with all my required dependencies, but at runtime (no pun intended) I need an additional dependency. Can I "enrich" the existing runtime with an additional layer somehow? Or derive a new runtime but not rebuilt all the context contained in the previous runtime?
Was this page helpful?