grafana/nx.json

13 lines
182 B
JSON

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