Skip to content

Commit

Permalink
docs: add @fastify/vite to core plugins list (#5153)
Browse files Browse the repository at this point in the history
This package received core status a long time ago but it was still missing from this list.
  • Loading branch information
galvez committed Nov 10, 2023
1 parent c0ab598 commit 4eee3c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Guides/Ecosystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ section.
the `Request` object with a method to access raw URL components.
- [`@fastify/view`](https://github.com/fastify/point-of-view) Templates
rendering (_ejs, pug, handlebars, marko_) plugin support for Fastify.
- [`@fastify/vite`](https://github.com/fastify/fastify-vite) Integration with
[Vite](https://vitejs.dev/), allows for serving SPA/MPA/SSR Vite applications.
- [`@fastify/websocket`](https://github.com/fastify/fastify-websocket) WebSocket
support for Fastify. Built upon [ws](https://github.com/websockets/ws).

Expand Down

0 comments on commit 4eee3c9

Please sign in to comment.