Files
docmost_custom/nx.json
T

22 lines
278 B
JSON
Raw Normal View History

2024-01-09 18:58:26 +01:00
{
"targetDefaults": {
"build": {
"dependsOn": [
"^build"
],
"cache": true
},
2026-02-15 05:58:08 +01:00
"start:dev": {
"dependsOn": [
"^build"
]
},
2024-01-09 18:58:26 +01:00
"lint": {
"cache": true
}
},
"affected": {
"defaultBase": "main"
}
}