mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-28 11:05:31 +08:00
6f34cadc8b
* chore(deps): add minimum release age to bun install config Set `minimumReleaseAge` to 410520 seconds (~4.75 days) to avoid installing recently published package versions that may be unstable or malicious. * Update bunfig.toml Co-authored-by: kilo-code-bot[bot] <240665456+kilo-code-bot[bot]@users.noreply.github.com> --------- Co-authored-by: kilo-code-bot[bot] <240665456+kilo-code-bot[bot]@users.noreply.github.com>
8 lines
133 B
TOML
8 lines
133 B
TOML
[install]
|
|
exact = true
|
|
minimumReleaseAge = 410520 # seconds (~4.75 days / ~114 hours)
|
|
|
|
[test]
|
|
root = "./do-not-run-tests-from-root"
|
|
|