In dealing with side-effects of a forking decision, I need to be able to swap Svelte components with minimal changes to "original" source-code.
The combination of vite and sveltekit makes this tricky. Here's a hacky attempt to prove a last resort.
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open