Chore: Disable tui for Nx (#109896)

* Nx: Disabled tui

* fix
This commit is contained in:
Alex Khomenko
2025-08-20 10:08:03 +00:00
committed by GitHub
parent 4b59f76738
commit b4ded7847e
+2 -1
View File
@@ -9,7 +9,8 @@
}
},
"tui": {
"autoExit": true
"autoExit": true,
"enabled": false
},
"defaultBase": "main"
}