add-cms
This commit is contained in:
22
source/admin/nx.json
Normal file
22
source/admin/nx.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"targetDefaults": {
|
||||
"build:esm": {
|
||||
"cache": true,
|
||||
"dependsOn": ["^build:esm"]
|
||||
},
|
||||
"build": {
|
||||
"cache": true,
|
||||
"dependsOn": ["^build"]
|
||||
}
|
||||
},
|
||||
"namedInputs": {
|
||||
"default": [
|
||||
"{projectRoot}/**/*",
|
||||
"sharedGlobals"
|
||||
],
|
||||
"sharedGlobals": [],
|
||||
"production": [
|
||||
"default"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user