fastify-vite icon indicating copy to clipboard operation
fastify-vite copied to clipboard

feat: custom Vite server, index.html, Slidev integration example

Open galvez opened this issue 1 year ago • 0 comments

This adds two new configuration options to @fastify/vite:

  • server: allows providing a custom Vite dev server instance
  • prepareHtml: allows providing custom string to serve as index.html file

And a usage example demonstrating how to serve a slidev presentation.

galvez avatar Mar 28 '23 04:03 galvez