Im currently migrating a large app from CRA to VITE. When I run the cypress tests locally it is fetching 100s of files for the whole app for each test, which is really slow.
Is there some config I need to change for cypress to help with the migration from CRA to VITE?