This PR refines the Next.js package plugin’s output glob to exclude the .next/cache directory. Caching that path via AWS S3 leads to checksum mismatches when restoring from the remote cache, so it’s now omitted. related: https://github.com/nrwl/nx/issues/30338