Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
296 B
JSON
Raw Permalink Normal View History

2026-02-12 15:19:59 +00:00
{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"defaultBase": "develop",
"targetDefaults": {
"build": {
"dependsOn": ["^build", "prebuild:*"]
}
},
"namedInputs": {
"src": ["{projectRoot}/src/**/*"]
2026-04-16 16:25:52 +01:00
},
"analytics": false
2026-02-12 15:19:59 +00:00
}