Minor Changes
- #9143
041fdd5c89920f7ccf944b095f29e451f78b0e28
Thanks @ematipico! - Adds experimental support for internationalization domains
Patch Changes
-
#9885
49e0c24d7f90d00e986533fcf546665967540ce7
Thanks @matthewp! - Better ignores for Vercel file-tracerThe Vercel adapter has a file-tracer it uses to detect which files should be moved over to the
dist/
folder. When it's 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.
- Ignores happen within dot folders like