Files
docmost/nx.json
T

22 lines
299 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"
2026-03-25 10:07:01 +00:00
},
"analytics": false
}