summaryrefslogtreecommitdiff
path: root/examples/middleware/src/env.d.ts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-05-05fix(middleware): emit warning if `next` is called and nothing is returned ↵Gravatar Emanuele Stoppa 1-10/+6
(#7010) * fix(middleware): emit warning if `next` is called and nothing is returned * chore: add test case * chore: changeset * chore: restore code, ooops! * chore: change logic * change namespace
2023-05-03feat(astro): experimental middleware (#6721)Gravatar Emanuele Stoppa 1-0/+13
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>