Im trying to install the new react-router/dev/vite package into my vite.config.ts but it says react-router/dev/vite doesn't exist
I've installed the vite plugin as in the tutorial npm install -D @react-router/dev and @react-router/dev does exist in my modules folder but @react-router/dev/vite doesn't
Does @react-router/dev/vite exist for anyone else?