logoalt Hacker News

dbalaterotoday at 2:18 PM1 replyview on HN

> My idea is to strip the system down as much as possible and leave only what is required for production.

> Development would be done using the full Bun runtime, while production would use its lightweight fork, Cruller. I do not have the resources of the Oven team to develop and maintain a massive general-purpose runtime, so I want to focus on specific production requirements.

I don't know about others, but I don't think I would deviate my development runtime from my production runtime so significantly. The chance for behavior that only rears its head in production is too high for my liking.


Replies

ericydtoday at 5:47 PM

Hard agree, I would never use a totally different piece of software to run prod vs dev or local.