Integrating Express Routes with Centralized Effect Management
Is there a way to have the outermost Effect know about the internal Effects/requirements of an express route? In the docs here: https://effect.website/docs/integrations/express the route handler sets up a runtime and calls runFork for itself. I'm wondering if there's a way to have that AppLive layer be aware of (and provide) the requirements for the app code that lives in the express handler. The goal being to not have multiple "edges" having to provide services so that it would be impossible for a handler to forget to replace the default logger with a custom one.
Explore integrating Effect with Express, a popular Node.js web framework. Learn to create a simple Express server with "Hello World!" response and understand basic routing with Effect and Express. Follow the guide to set up, run, and breakdown the provided examples.
