Using `Effect.Service` for Multiple Config Providers

QQ: I have a custom service that wants to use a custom ConfigProvider layer but I have two: one for Dev and one for Live. Is there a way to say "this depends on either ConfigProviderDev or ConfigProviderLive" using Effect.Service?
Was this page helpful?