Skip to content

Commit

Permalink
Improve the changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp committed Jan 30, 2024
1 parent 597a9d6 commit 0f85f00
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .changeset/poor-tips-turn.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,11 @@
"@astrojs/vercel": patch
---

Expand on ignores Vercel's file tracer
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.

0 comments on commit 0f85f00

Please sign in to comment.