3
0
mirror of https://github.com/grafana/grafana.git synced 2025-02-13 09:05:45 -06:00
grafana/nx.json
Jack Westbrook c6a489cfd8
Chore: Bump Nx to 18.1.x ()
* chore: bump nx to latest version

* build(plugin-configs): reduce wonky webpack output when logged via nx

* revert(plugin-configs): remove infrastructureLogging property
2024-03-28 09:36:35 +01:00

17 lines
282 B
JSON

{
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": ["build"]
}
}
},
"targetDefaults": {
"build": {
"outputs": ["{projectRoot}/dist"]
}
},
"defaultBase": "main"
}