📎 Disable legacy cache on plugins nx config

This commit is contained in:
Andrey Antukh 2025-12-30 12:17:21 +01:00
parent 19853b832b
commit 5b6f9c1741
1 changed files with 1 additions and 1 deletions

View File

@ -81,5 +81,5 @@
"projectNameAndRootFormat": "as-provided"
}
},
"useLegacyCache": true
"useLegacyCache": false
}