withastro / astro

The web framework for content-driven websites. ⭐️ Star to support our work!
https://astro.build
Other
43.84k stars 2.28k forks source link

chore: extract fs helpers into shared internal-helpers package #11323

Closed ascorbic closed 4 days ago

ascorbic commented 5 days ago

Changes

The @astrojs/vercel package includes some filesystem helpers that would be useful in other packages. This PR moves them into the internal-helpers package.

Testing

There should be no change in behaviour

Docs

changeset-bot[bot] commented 5 days ago

🦋 Changeset detected

Latest commit: 906ebe92ea1e82da1e67f358f42ecc7806f17905

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

ascorbic commented 4 days ago

Does the vercel integration have the @astrojs/internal-helpers as dependency?

Yup