oven-sh / bun

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
https://bun.sh
Other
71.08k stars 2.47k forks source link

cannot ctrl+c a sveltekit server in adapter-node #10867

Open huseeiin opened 1 week ago

huseeiin commented 1 week ago

What version of Bun is running?

1.1.6+e58d67b46

What platform is your computer?

Linux 6.5.0-28-generic x86_64 x86_64

What steps can reproduce the bug?

1- bun create svelte

  1. add @sveltejs/adapter-node
  2. run bun build/index.js

What is the expected behavior?

it works in svelte-adapter-bun

What do you see instead?

No response

Additional information

No response