2022-12-15 13:44:49 -05:00
|
|
|
{
|
|
|
|
"targetDefaults": {
|
|
|
|
"build": {
|
2024-01-03 15:14:09 -05:00
|
|
|
"dependsOn": [
|
|
|
|
"^build"
|
2024-12-28 11:41:05 +01:00
|
|
|
],
|
|
|
|
"cache": true
|
2022-12-15 13:44:49 -05:00
|
|
|
},
|
|
|
|
"dev": {
|
|
|
|
"dependsOn": [
|
|
|
|
"^build"
|
2024-12-28 11:41:05 +01:00
|
|
|
],
|
|
|
|
"cache": true
|
2022-12-15 13:44:49 -05:00
|
|
|
}
|
2024-01-03 15:14:09 -05:00
|
|
|
},
|
|
|
|
"$schema": "./node_modules/nx/schemas/nx-schema.json",
|
|
|
|
"namedInputs": {
|
|
|
|
"default": [
|
|
|
|
"{projectRoot}/**/*",
|
|
|
|
"sharedGlobals"
|
|
|
|
],
|
|
|
|
"sharedGlobals": [],
|
|
|
|
"production": [
|
|
|
|
"default"
|
|
|
|
]
|
2022-12-15 13:44:49 -05:00
|
|
|
}
|
|
|
|
}
|