diff --git a/.changeset/new-seals-hear.md b/.changeset/new-seals-hear.md new file mode 100644 index 000000000..5308688e7 --- /dev/null +++ b/.changeset/new-seals-hear.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +fix middleware typing export for "moduleResolution: node" diff --git a/packages/astro/package.json b/packages/astro/package.json index 50f8c1a46..8e8dc5147 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -20,6 +20,9 @@ ], "app/*": [ "./dist/core/app/*" + ], + "middleware": [ + "./dist/core/middleware/index.d.ts" ] } },