liuweiGL / vite-plugin-mkcert

Provide certificates for vite's https dev service.
https://www.npmjs.com/package/vite-plugin-mkcert
MIT License
541 stars 37 forks source link

fix: additional path escaping issue #80 #81

Closed ausernamedtom closed 5 months ago

ausernamedtom commented 5 months ago

Description

This PR solved issue #80 where paths with spaces gave errors.

What is the purpose of this pull request?