Files
elettrotek/nx.json
2026-04-05 07:43:39 +02:00

17 lines
301 B
JSON

{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"analytics": false,
"namedInputs": {
"default": [
"{projectRoot}/**/*",
"sharedGlobals"
],
"production": [
"default"
],
"sharedGlobals": [
"{workspaceRoot}/.github/workflows/ci.yml"
]
}
}