deno
deno copied to clipboard
Svelte `preview` server crashes when running in Deno
$ deno --version
deno 2.0.0 (stable, release, aarch64-apple-darwin)
v8 12.9.202.13-rusty
typescript 5.6.2
deno run dev
works as expected but when running deno run build && deno run preview
it fails with ERR_EMPTY_RESPONSE
. Works as expected in both node and bun.
Please let me know if you have any questions or need further info. Thanks to the devs for all their hard work!
Minimal sample repro project: https://github.com/ylor/deno-repro-svelte