mirror of
https://github.com/withastro/astro.git
synced 2025-02-24 22:46:02 -05:00
13 lines
434 B
Markdown
13 lines
434 B
Markdown
|
---
|
||
|
"@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.
|