Chore: Disable tui for Nx (#109896)

* Nx: Disabled tui

* fix
This commit is contained in:
Alex Khomenko 2025-08-20 13:08:03 +03:00 committed by GitHub
parent 4b59f76738
commit b4ded7847e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@
}
},
"tui": {
"autoExit": true
"autoExit": true,
"enabled": false
},
"defaultBase": "main"
}