Skip to content

Commit

Permalink
fix middleware typing export (#7032)
Browse files Browse the repository at this point in the history
* fix middleware typing export

* Update .changeset/new-seals-hear.md

---------

Co-authored-by: Bjorn Lu <[email protected]>
  • Loading branch information
raulfdm and bluwy authored May 8, 2023
1 parent c009970 commit 157357e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/new-seals-hear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'astro': patch
---

fix middleware typing export for "moduleResolution: node"
3 changes: 3 additions & 0 deletions packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
],
"app/*": [
"./dist/core/app/*"
],
"middleware": [
"./dist/core/middleware/index.d.ts"
]
}
},
Expand Down

0 comments on commit 157357e

Please sign in to comment.