codepod-io / codepod

Codepod IDE: Scalable Interactive Coding
https://codepod.io
MIT License
74 stars 15 forks source link

add bun's yarn.lock to git #559

Closed lihebi closed 1 year ago

lihebi commented 1 year ago

Bun's lock file is binary, which is not viewable. Since Bun can also generate an additional yarn.lock for plain-text viewing, we're adding it to git.

This yarn.lock is only used for illustration purpose; the binary bun.lockb is the source of truth for installing versioned packages.