Skip to content

Commit

Permalink
fix middleware typing export
Browse files Browse the repository at this point in the history
  • Loading branch information
raulfdm committed May 8, 2023
1 parent 50bf66e commit f005c7e
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': minor
---

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 f005c7e

Please sign in to comment.