grafana/nx.json
Alex Khomenko b4ded7847e
Chore: Disable tui for Nx (#109896)
* Nx: Disabled tui

* fix
2025-08-20 10:08:03 +00:00

16 lines
241 B
JSON

{
"targetDefaults": {
"build": {
"outputs": ["{projectRoot}/dist"],
"cache": true
},
"generate": {
"cache": true
}
},
"tui": {
"autoExit": true,
"enabled": false
},
"defaultBase": "main"
}