Files
grafana/nx.json
T

17 lines
294 B
JSON
Raw Normal View History

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