Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 474 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 474 Bytes

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