mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -05:00
49e0c24d7f
* Provide better ignores for Vercel's file tracer * Improve the changeset
434 B
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.