Add analytics config to nx (#33175)

* Add `analytics` config to nx

There doesn't seem to be any way to stop nx wanting to add this config setting,
so I think we just have to add it.

* Update nx.json
This commit is contained in:
Richard van der Hoff
2026-04-16 16:25:52 +01:00
committed by GitHub
parent 30f442208a
commit 9c09a1b731
+2 -1
View File
@@ -8,5 +8,6 @@
},
"namedInputs": {
"src": ["{projectRoot}/src/**/*"]
}
},
"analytics": false
}