App Router Build Cache
Unanswered
Borzoi posted this in #help-forum
BorzoiOP
On https://nextjs.org/docs/pages/building-your-application/deploying/ci-build-caching I read that there is a
Does this work with the App Router as well? I cannot find the same documentation on the equivalent App Router page.
https://nextjs.org/docs/app/building-your-application/deploying
.next/cache directory that is used for storing the cache between builds.Does this work with the App Router as well? I cannot find the same documentation on the equivalent App Router page.
https://nextjs.org/docs/app/building-your-application/deploying
1 Reply
@Borzoi On https://nextjs.org/docs/pages/building-your-application/deploying/ci-build-caching I read that there is a `.next/cache` directory that is used for storing the cache between builds.
Does this work with the App Router as well? I cannot find the same documentation on the equivalent App Router page.
https://nextjs.org/docs/app/building-your-application/deploying
Yes, theres data cache thats persisted between builds.