It looks like you're trying to set up an HTTP server with multiple routers using the Effect Types...
I'm trying to provide a few deps to my
This is how I setup my server:
And this an example of one of these subrouters (added the
`
But as you can see in the printscreen I'm having troubles passing the requirements into the router.
I'm more used to the pipe versions of Effect, and I'm having troubles figuring out how to convert the router.mount piece into that format in order for me to better understand how this works
HttpRouter.Tag. I started with a ManagedRuntime, but I'm having an hard time figuring out how to make it available in a router such as:This is how I setup my server:
And this an example of one of these subrouters (added the
AppLayerRequirements as the second argument in the tag generic):`
But as you can see in the printscreen I'm having troubles passing the requirements into the router.
I'm more used to the pipe versions of Effect, and I'm having troubles figuring out how to convert the router.mount piece into that format in order for me to better understand how this works

