|
|
|
|
|
by lolinder
1060 days ago
|
|
See the docs: https://bun.sh/docs/install/lockfile > Why is it binary? > In a word: Performance. Bun’s lockfile saves & loads incredibly quickly, and saves a lot more data than what is typically inside lockfiles. > How do I inspect it? > Run bun install -y to generate a Yarn-compatible yarn.lock (v1) that can be inspected more easily. |
|