Change Cache Location
By default the cache is stored locally in .nx/cache
. Cache results are stored for a week before they get deleted. You can customize the cache location in the nx.json
file:
nx.json
1{
2 "cacheDirectory": "/tmp/mycache"
3}
4
By default the cache is stored locally in .nx/cache
. Cache results are stored for a week before they get deleted. You can customize the cache location in the nx.json
file:
1{
2 "cacheDirectory": "/tmp/mycache"
3}
4
Join Victor Savkin and Max Kless discussing why LLMs struggle with fragmented codebases, how monorepos + Nx create AI-powered architectural decisions, the before-and-after experience of AI-powered coding in Nx.