Refactor config structure for better readability #8
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "probablycorey/split-config-type"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Split nested dev/prod config object into a Config type with separate devConfig and prodConfig objects. This makes it clearer which values apply to which environment and ensures both configs match the type.