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
It would be nice to have some sort of control for the Bun version needed in projects, like it is made for NodeJS:
{
"engines": {
"node": ">=18.0.0"
}
}
What is the feature you are proposing to solve the problem?
Adding a key bun in the engines property that has the same behaviour of node.
I didn't find anything about this in the documentation, I hope this is useful for everyone and not only me.
What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered:
What is the problem this feature would solve?
It would be nice to have some sort of control for the Bun version needed in projects, like it is made for NodeJS:
What is the feature you are proposing to solve the problem?
Adding a key
bun
in theengines
property that has the same behaviour ofnode
.I didn't find anything about this in the documentation, I hope this is useful for everyone and not only me.
What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered: