### Describe the bug - starts with default port 3000 - no error message - broken since SvelteKit v1.0.0-next.353 / rollback to 352 works ### Reproduction svelte.config.js ```js [...] vite : { server: { port: 5001, }, } [...] ``` ### Logs _No response_ ### System Info ```shell - Windows 10 - Node.js v16.14.0 - pnpm 7.3.0 - SvelteKit v1.0.0-next.353 ``` ### Severity blocking an upgrade ### Additional Information _No response_