You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a portion of the app that uses vanilla vite config without the ruby plugin. We also have some older more traditional server side rendered rails views which render javascript. I'd like to be able to use vite_rails for the server side rendered stuff while still be able to open the SPA for the index file. Right now when I try opening up localhost:3036 I get redirected to /vite-dev instead of opening the index.html file.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We have a portion of the app that uses vanilla vite config without the ruby plugin. We also have some older more traditional server side rendered rails views which render javascript. I'd like to be able to use
vite_rails
for the server side rendered stuff while still be able to open the SPA for the index file. Right now when I try opening up localhost:3036 I get redirected to/vite-dev
instead of opening theindex.html
file.Beta Was this translation helpful? Give feedback.
All reactions