We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OS: Windows 11
vite --https --host any-custom-host.dev --port 443 --mode multi --strictPort
vite.config.ts
export default defineConfig({ server: { https: true }, plugins: [vue(), basicSsl()], preview: { https: true } })
there is no cert confirm button in chrome and firefox
host with ru domain works well
ru
vite-plugin-mkcert works well with .dev domain
vite-plugin-mkcert
.dev
The text was updated successfully, but these errors were encountered:
No branches or pull requests
OS: Windows 11
vite.config.ts
there is no cert confirm button in chrome and firefox
host with
ru
domain works wellvite-plugin-mkcert
works well with.dev
domainThe text was updated successfully, but these errors were encountered: