Valter Barros

Results 16 comments of Valter Barros

Sorry for delay to respond you ;/

man I promise i will merge and tests this pr the problem is because I don't have Heroku on my current machine

I appreciate that, let's go!

Oh yeah! let's go do that

For temporary solution you can use [chrome override web content](https://developer.chrome.com/docs/devtools/overrides#make-changes) ``` function setupWebSocket(protocol, hostAndPath, onCloseWithoutOpen) { + return null; // return and ignore websocket const socket = new WebSocket(`${protocol}://${hostAndPath}`,'vite-hmr'); let...