You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created a project with Fastify & Typescript and used Bun as a run time. In dev mode, the request does not return any response after uploading an image. However, after building the project (to normal javascript) it runs flawlessly, and using ts-node works well. But with Bun, it doesn't.
The text was updated successfully, but these errors were encountered:
seiftahawy54
changed the title
Request taskes for ever when using Bun.sh with Typescript
Request takes for ever when using Bun.sh with Typescript
Apr 7, 2024
I've created a project with Fastify & Typescript and used Bun as a run time. In dev mode, the request does not return any response after uploading an image. However, after building the project (to normal javascript) it runs flawlessly, and using ts-node works well. But with Bun, it doesn't.
The text was updated successfully, but these errors were encountered: