vite-plugin-svelte
Inspector Port Issue ReproductionRun scripts in two separate terminals:
npm run server
npm run vite
Open http://localhost:3000 in your browser.
Ctrl + Shift click an element on the page.
Observe __open-in-editor
command being sent to http-server
rather than vite
.