Files
grafana/nx.json
T

17 lines
282 B
JSON
Raw Normal View History

{
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": ["build"]
}
}
},
"targetDefaults": {
"build": {
"outputs": ["{projectRoot}/dist"]
}
},
2024-03-28 09:36:35 +01:00
"defaultBase": "main"
}