So, running a local HTTPS server usually sucks. There's a range of approaches, each with their own tradeoff. The common one, using self-signed certificates, means having to ignore scary browser warnings for each project.
published 1.0.5 2 years ago```js // vite.config.js import locales from 'vite-plugin-vue-locales'
published 1.0.3 6 months ago