Open jpwilliams opened 1 year ago
Latest commit: 3dd89aa3f882263a6b88c37852196fdc3a20c70d
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Summary
When creating middleware, include all internal "built-in" middleware typing, allowing users to access types such as
logger
to make changes and corrections.Serves as a PoC for part of resolving #331, allowing the user to see and affect the result of internal middleware.
Checklist
Related
331