Does Bun have a zero-install solution? i.e. one where everyone doesn't have to run bun install on a branch change to make sure any dependency changes are in?
checking in node_modules is too heavy on the git side of things. yarn offers a solution to this by putting all dependencies in a single file, which git does well with.
Is there any solution like this for bun?