Using underscores instead of dots in `Config.nested` for ENV variables
Config.nested expects ("NAME.VALUE") format, at least that is the case here: https://effect.website/play#46bd6a2388faI find it difficult to initialize an ENV variable using a dot. Is there any way I can tell
Config.nested to use an underscore?