a fix for the SvelteKit dev plugin failing to apply config on cold start
I fixed a bug where Jazz's SvelteKit plugin didn't apply its configuration correctly the very first time you started the dev server. The plugin now restarts Vite once after allocating the app ID, so SvelteKit's server hooks pick up the config properly.