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.
This commit is contained in:
Richard van der Hoff 2026-04-16 15:22:46 +01:00
parent 583eae63f7
commit 97d2f3d659

View File

@ -8,5 +8,6 @@
},
"namedInputs": {
"src": ["{projectRoot}/src/**/*"]
}
},
"analytics": true
}