I have vite.config.js installed and it should build. I have Lead Model and a Livewire component ListLeads which is just rendering its view file for now. I have this mega project with 15-16 models all with dedicated model search using Laravel Scout and typesense. But search logic for each is manually written which I find not efficient. I found instantsearch.js way great and covers all possible filters and sort with great speed. So for one the models Lead I am just testing instantsearch.js UI on its livewire view.