From 97d2f3d6593d16bd47fe2dbd1521ff7351e7b1e7 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Thu, 16 Apr 2026 15:22:46 +0100 Subject: [PATCH] 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. --- nx.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nx.json b/nx.json index 58b3b014cd..594bd99510 100644 --- a/nx.json +++ b/nx.json @@ -8,5 +8,6 @@ }, "namedInputs": { "src": ["{projectRoot}/src/**/*"] - } + }, + "analytics": true }