This is a basic SvelteKit app which uses SSE to generate a random number every second on the server and display it on the client.

This is being used as a minimum reproducible example for an error I am receiving when trying to deploy an SSE-based SvelteKit app on Vercel.

GitHub discussion thread: https://github.com/orgs/vercel/discussions/5821