CLI perf: reduce deps (#22652)

This commit is contained in:
Dax 2026-04-16 02:03:03 -04:00 committed by GitHub
commit 675a46e23e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
84 changed files with 1413 additions and 1009 deletions

View file

@ -10,7 +10,8 @@
"customConditions": ["browser"],
"paths": {
"@/*": ["./src/*"],
"@tui/*": ["./src/cli/cmd/tui/*"]
"@tui/*": ["./src/cli/cmd/tui/*"],
"@test/*": ["./test/*"]
},
"plugins": [
{