14
Support for bun runtime
D
Divakar Rajesh S
Currently typescript compilation is a bottleneck when the app is trying to start, taking upto 16seconds in my case. The bun runtime promises and seems to provide faster startup times. We can provide a way to ignore typescript compilation when the runtime is bun. The current implementation looks for the presence of tsconfig.json to identify if the project is a typescript project and dynamically changes the outdir.
r
romitkarmakar
This is much needed for faster iteration in the development process.
Shahul Hameed
I have recently read about Bun runtime. I am about to start a project using strapi. I would really love to use strapi along with the benefits of Bun runtime. Thanks