mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-13 15:44:56 +00:00
9 lines
427 B
TOML
9 lines
427 B
TOML
[install]
|
|
exact = true
|
|
# Only install newly resolved package versions published at least 3 days ago.
|
|
minimumReleaseAge = 259200
|
|
minimumReleaseAgeExcludes = ["@opentui/core", "@opentui/core-darwin-arm64", "@opentui/core-darwin-x64", "@opentui/core-linux-arm64", "@opentui/core-linux-x64", "@opentui/core-win32-arm64", "@opentui/core-win32-x64", "@opentui/keymap", "@opentui/solid"]
|
|
|
|
[test]
|
|
root = "./do-not-run-tests-from-root"
|