element-web/nx.json
Richard van der Hoff 97d2f3d659 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.
2026-04-16 15:22:46 +01:00

14 lines
295 B
JSON

{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"defaultBase": "develop",
"targetDefaults": {
"build": {
"dependsOn": ["^build", "prebuild:*"]
}
},
"namedInputs": {
"src": ["{projectRoot}/src/**/*"]
},
"analytics": true
}