wrap-cli icon indicating copy to clipboard operation
wrap-cli copied to clipboard

JS Client: Client Config Should Use Unique Maps Instead Of Unique Arrays

Open dOrgJelli opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe. Currently the client's configuration structure uses arrays to store things like redirects, envs, plugins, etc. These arrays are "unique" based on each item's uri property.

This is not very clear from a user's perspective, and instead we should just use a unique map, where the uri is the map's key.

dOrgJelli avatar Sep 26 '22 19:09 dOrgJelli