-
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
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
vite-plugin-mkcert
works well with .dev
domain
cnguyen-de, gponty and rs3d
Metadata
Metadata
Assignees
Labels
No labels