Skip to content

Commit eb4298f

Browse files
authored
chore: disable nx tui by default (#1124)
1 parent d76a7e1 commit eb4298f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

nx.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,8 @@
5252
]
5353
},
5454
"nxCloudAccessToken": "MzViMzc1MGQtMDQyNi00N2E3LTliMmYtYWI4ZGIxYWJjYzE3fHJlYWQtd3JpdGU=",
55-
"defaultBase": "main"
55+
"defaultBase": "main",
56+
"tui": {
57+
"enabled": false
58+
}
5659
}

0 commit comments

Comments
 (0)