This commit is contained in:
Florian Forster
2025-08-06 22:01:14 -07:00
parent 3986328336
commit 1d9e6c931a
2 changed files with 2 additions and 42 deletions

View File

@@ -19,13 +19,7 @@
"dependsOn": [
"generate",
"{workspaceRoot}/apps/api/cmd/**/*.yaml"
],
"options": {
"env": {
"NODE_OPTIONS": "--max-old-space-size=4096",
"DOCUSAURUS_PERF_LOGGER": true
}
}
]
},
"dev": {
"dependsOn": [

36
nx.json
View File

@@ -42,41 +42,7 @@
"proto"
]
},
"targetDefaults": {
"generate": {
"cache": true
},
"build": {
"cache": true
},
"quality": {
"cache": true
},
"start": {
"cache": true
},
"test:unit": {
"cache": true
},
"test:acceptance": {
"cache": true
},
"test:e2e": {
"cache": true
},
"lint": {
"cache": true
},
"lint:fix": {
"cache": true
},
"dev": {
"cache": false
},
"clean": {
"cache": false
}
},
"targetDefaults": {},
"nxCloudId": "688a9021d48dce0efe0f119f",
"plugins": [
{