vite-plugin-node
Advanced tools
Changelog
0.0.16
Changelog
0.0.11
Changelog
0.0.9
I re-implemented how this plugin works internally. Previously, this plugin relay on vite dev server HMR signals to restart the server, which is too slow. In this new version, the app is loaded on each request and the http server is always running.
createViteNodeApp
to viteNodeApp