Skip to content

@fastify/vite@9.1.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 17:42
· 36 commits to main since this release
0bba1ed

Minor Changes

  • bbab7c8: Align the renderer typings with the actual runtime contract and export the shared renderer types so TypeScript renderer packages can build against them instead of redeclaring them. Also widens reply.html() to allow string and stream returns and a synchronous createHtmlFunction. Type-only.