Path: /runtime/shell
What happened to bun exec ?
I have in my package.json from a long time ago, a script: "clear:dist": "bun exec 'rm -rf dist'",
It still works, even on Windows/pwsh, but I can't find any reference to bun exec in the docs.
Is it deprecated? Should I stop using it?