Disable nx ui terminal (#13910)

Disable nx ui terminal:

https://nx.dev/recipes/running-tasks/terminal-ui#enabledisable-the-terminal-ui
This commit is contained in:
Raphaël Bosi 2025-08-13 17:50:10 +02:00 committed by GitHub
parent 3f66e81a9f
commit b3ae72eb9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -313,5 +313,8 @@
}
},
"useInferencePlugins": false,
"defaultBase": "main"
}
"defaultBase": "main",
"tui": {
"enabled": false
}
}