From b3ae72eb9ad2865e49f84a73c7c868690517d377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Bosi?= <71827178+bosiraphael@users.noreply.github.com> Date: Wed, 13 Aug 2025 17:50:10 +0200 Subject: [PATCH] Disable nx ui terminal (#13910) Disable nx ui terminal: https://nx.dev/recipes/running-tasks/terminal-ui#enabledisable-the-terminal-ui --- nx.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nx.json b/nx.json index 845ac9917e..822a6ac6af 100644 --- a/nx.json +++ b/nx.json @@ -313,5 +313,8 @@ } }, "useInferencePlugins": false, - "defaultBase": "main" -} + "defaultBase": "main", + "tui": { + "enabled": false + } +} \ No newline at end of file