From b4ded7847eb292605d935422c61d24d0490889ba Mon Sep 17 00:00:00 2001 From: Alex Khomenko Date: Wed, 20 Aug 2025 13:08:03 +0300 Subject: [PATCH] Chore: Disable tui for Nx (#109896) * Nx: Disabled tui * fix --- nx.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nx.json b/nx.json index f5f0322645b..c217e907f44 100644 --- a/nx.json +++ b/nx.json @@ -9,7 +9,8 @@ } }, "tui": { - "autoExit": true + "autoExit": true, + "enabled": false }, "defaultBase": "main" }