Resolving Type Mismatch in Config Module with Effect
Hi all, I'm trying to create a strongly-typed config module to load my environment variables with Effect, but I'm getting a lint error in my wrapper function when I try to do this:
The lint error is a type mismatch (type ConfigType is missing the following properties from type config).
Not even sure what to ask. Should I be returning my config using Effect's Config object or am I on the right track?
The lint error is a type mismatch (type ConfigType is missing the following properties from type config).
Not even sure what to ask. Should I be returning my config using Effect's Config object or am I on the right track?
