vite-plugin-basic-ssl icon indicating copy to clipboard operation
vite-plugin-basic-ssl copied to clipboard

Support Node 24

Open dvelasquez opened this issue 2 months ago • 1 comments

First, thanks for this plugin is very useful.

Can we update the support of this library to Node 24? I think it works without any issues but it has a peerDependency with @types/node: 20 and 22 but not 24, throwing a warning when updating a project to Node 24.

dvelasquez avatar Oct 23 '25 08:10 dvelasquez

but it has a peerDependency with @types/node: 20 and 22 but not 24

Can you show where or which package is causing this? I don't see our package.json limiting this.

bluwy avatar Oct 23 '25 15:10 bluwy