Skip to content

mustofa-id/sveltekit-sse-example

Repository files navigation

SvelteKit Server-Sent Event Example

pnpm i
pnpm dev

Consider setting the ORIGIN environment variable if you're using adapter-node to avoid the "Form submission forbidden" error. 

pnpm build
ORIGIN=https://my.site node build

image