Replies: 1 comment
-
I was able to get what I wanted by putting the html file |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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