strapi-plugin-meilisearch
strapi-plugin-meilisearch copied to clipboard
Refactor validation file for readability purposes
Previously when validating the configuration that the user can provide in their plugins.js file, we used a hard to read if jungle.
This PR updates the validation to a builder design.