Closed aki77 closed 2 years ago
Can you provide a mini repo ? It's work fine to me now with :
export default defineConfig({
plugins: [Vue(), VueJsx(), Inspector({
enabled: true,
toggleButtonVisibility: "always",
})],
server: {
https: true,
port: 3333,
},
})
Thanks for the reply! Is it ok with mini repo made with vite + rails? The problem is not with serving index.html with vite, but when combined with a web server running outside of vite.
With the current code, the request destination is always the same as the web server.
Thanks!
Fixed to work even if the vite server port is changed. I use Vite Ruby.