brew install mkcert
mkcert -install
npm install vite-plugin-mkcert
import mkcert from 'vite-plugin-mkcert'; . . plugins: [mkcert()], . .