astro/.changeset/smooth-jokes-watch.md
Emanuele Stoppa 8e2923cc62
feat: expose locals to render api and from requests in dev mode (#7385)
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
Co-authored-by: wrapperup <wrapperup4@gmail.com>
2023-06-21 13:07:16 +01:00

6 lines
175 B
Markdown

---
'astro': minor
'@astrojs/node': minor
---
`Astro.locals` is now exposed to the adapter API. Node Adapter can now pass in a `locals` object in the SSR handler middleware.