@astrojs/vercel@11.0.5

withastro/astro@astrojs/vercel@11.0.5Aug 6, 2026by astrobot-houston

AI Summary

A patch release fixing a build crash related to directory creation during the Vercel adapter build process.

Key Highlights

  • Prevents `EEXIST` errors during build by creating `.vercel/output/server/` with the recursive flag.

Full Release Notes

### Patch Changes

-   [#17569](https://github.com/withastro/astro/pull/17569) [`d1bb7fa`](https://github.com/withastro/astro/commit/d1bb7fa0059a04ed8039ce92660c7c07a8b04914) Thanks [@lazerg](https://github.com/lazerg)! - Prevents `astro build` from crashing with `EEXIST` when `.vercel/output/server/` already exists by creating it with `{ recursive: true }`, matching the sibling `static/` directory call