Managing Dynamic Application Configuration in Effect Typescript
I want to manage application configuration that may be updated while execution. Seems there are no built-in direct primitive in Config module. How can I define such requirement as a Config object? Or should I just create service for this?