Files
blog/source/admin/nx.json
2025-08-25 20:24:23 +08:00

23 lines
348 B
JSON

{
"targetDefaults": {
"build:esm": {
"cache": true,
"dependsOn": ["^build:esm"]
},
"build": {
"cache": true,
"dependsOn": ["^build"]
}
},
"namedInputs": {
"default": [
"{projectRoot}/**/*",
"sharedGlobals"
],
"sharedGlobals": [],
"production": [
"default"
]
}
}