chore: 🔒 use text-based Bun lockfile

Support for the text lockfile format was introduced in version `1.1.40` (https://bun.sh/blog/bun-v1.1.40), it will soon replace the binary lockfile format `.lockb` in the upcoming version `1.2.0`

In addition, cached bun install will become 30% faster thanks to the text-based lockfile format - https://bun.sh/blog/bun-lock-text-lockfile#cached-bun-install-gets-30-faster

Read https://bun.sh/blog/bun-lock-text-lockfile
This commit is contained in:
Okinea Dev 2025-01-04 14:05:43 +00:00
parent 9bdeab4320
commit cfd5bee0a9
No known key found for this signature in database
GPG key ID: 07944BC5E01E7B43
3 changed files with 214 additions and 0 deletions

2
bunfig.toml Normal file
View file

@ -0,0 +1,2 @@
[install]
saveTextLockfile = true