mirror of
https://github.com/twentyhq/twenty
synced 2026-04-21 13:37:22 +00:00
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:
parent
3f66e81a9f
commit
b3ae72eb9a
1 changed files with 5 additions and 2 deletions
7
nx.json
7
nx.json
|
|
@ -313,5 +313,8 @@
|
|||
}
|
||||
},
|
||||
"useInferencePlugins": false,
|
||||
"defaultBase": "main"
|
||||
}
|
||||
"defaultBase": "main",
|
||||
"tui": {
|
||||
"enabled": false
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue