Patrick Nouvion

Results 2 comments of Patrick Nouvion

I also ran in the cypress issue when it ran via the github action .... I got around it by updating `mocks/index.js` and replacing 'rest' with 'http'. ``` import {...

Same issue as https://github.com/remix-run/grunge-stack/issues/180 which @cypherpower opened a PR for (See: https://github.com/remix-run/grunge-stack/pull/181) The tldr; is that you just need to update 'vite' by running: ``` npm install -S vite@latest ```