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:
parent
c009970333
commit
157357e1fb
2 changed files with 8 additions and 0 deletions
5
.changeset/new-seals-hear.md
Normal file
5
.changeset/new-seals-hear.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'astro': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
fix middleware typing export for "moduleResolution: node"
|
|
@ -20,6 +20,9 @@
|
||||||
],
|
],
|
||||||
"app/*": [
|
"app/*": [
|
||||||
"./dist/core/app/*"
|
"./dist/core/app/*"
|
||||||
|
],
|
||||||
|
"middleware": [
|
||||||
|
"./dist/core/middleware/index.d.ts"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue