fix middleware typing export (#7032)

* fix middleware typing export

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

---------

Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
This commit is contained in:
Raul Melo 2023-05-08 15:01:23 +02:00 committed by GitHub
parent c009970333
commit 157357e1fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
'astro': patch
---
fix middleware typing export for "moduleResolution: node"

View file

@ -20,6 +20,9 @@
], ],
"app/*": [ "app/*": [
"./dist/core/app/*" "./dist/core/app/*"
],
"middleware": [
"./dist/core/middleware/index.d.ts"
] ]
} }
}, },