Hi, we're using @vercel/nft in the Vercel and Netlify Astro adapters to bundle handlers before deploying.
In a private project from one of our users, way too many files were being scanned and included (eg. files in .git/), causing the builds on Vercel to fail because it was going over the 15k files limit.
Overriding the dependency with NPM to 0.30.1 solved the issue so I'm pretty sure this is somehow caused by #542.
Hi, we're using
@vercel/nftin the Vercel and Netlify Astro adapters to bundle handlers before deploying.In a private project from one of our users, way too many files were being scanned and included (eg. files in
.git/), causing the builds on Vercel to fail because it was going over the 15k files limit.Overriding the dependency with NPM to
0.30.1solved the issue so I'm pretty sure this is somehow caused by #542.