This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Description
I am using Vue inside Laravel.
The dev tools request is sent to http://127.0.0.1:8000/__devtools__/ instead of http://localhost:5173/__devtools__.
I added a proxy entry to vite.confi.js to server.proxy. However, the request was still being sent to port 8000.
Another solution could be to add an option to set the server.base.
Thanks