Using Config Values in Layer Construction with Effect Typescript
What would be the recommended way to utilize config values in layer construction? E.g. for open telemetry you'll likely need the oltp endpont, keys cert and the like. What's the recommended way to grab these our of the config / provide them given I'd have defined the config. Yielding the config directly in the won't work as it's not an efffect I assume.
