grafana/nx.json

17 lines
241 B
JSON

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