`npm run dev` (vite –host), `bin/vite dev` or `bundle exec vite dev` on vite rails?
I making a Rails monolith with vue.js and vite_rails gem. Also, I use docker containers. I made a container for rails, and another one for vite. Otherwise, vite doesn’t work as expected, I think it runs in preview mode, so it compiles very slowly, and hot reloading doesn’t work at all.