You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
This leads to indexing failures for repositories with more than 100 package.json files, as we're limiting the number of files that can be read by an auto-indexing job.
From taking a look at the script with @keynmol it seems like we can avoid reading these files and thus index repositories with more than 100 package.json files (eg. vitejs/vite).