meilisearch / scrapix

MIT License
23 stars 9 forks source link

Find out which field in the config files are mandatory or not #35

Open bidoubiwa opened 1 year ago

bidoubiwa commented 1 year ago

We should find out which options are mandatory or not and what kind of data structure it contains.

We could use zod to ensure validation and help the user understand what they are missing.