0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-27 22:19:04 -05:00
astro/.changeset/poor-tips-turn.md
Matthew Phillips 49e0c24d7f
Provide better ignores for Vercel's file tracer (#9885)
* Provide better ignores for Vercel's file tracer

* Improve the changeset
2024-01-31 10:30:35 -05:00

434 B

@astrojs/vercel
patch

Better ignores for Vercel file-tracer

The Vercel adapter has a file-tracer it uses to detect which files should be moved over to the dist folder. When its done it prints warnings for things that it detected that maybe should be moved.

This change expands how we do ignores so that:

  • Ignores happen within dot folders like .pnpm.
  • @libsql/client is ignored, a package we know is not bundled.