gornostay25 / svelte-adapter-bun

A SvelteKit adapter for Bun
MIT License
534 stars 33 forks source link

feat: read env BODY_SIZE_LIMIT #57

Closed deme3 closed 1 month ago

deme3 commented 6 months ago

Consistent with node adapter behaviour, allows to change the maximum allowed Content-Length via an environment variable.

Closes #56