We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63abb4d commit 6ab649dCopy full SHA for 6ab649d
packages/kit/src/exports/vite/index.js
@@ -349,7 +349,7 @@ async function kit({ svelte_config }) {
349
*/
350
configResolved(config) {
351
// we search for this plugin by name because we can't detect it
352
- // since it doesn't directly modify the https config unlike mkcert
+ // since it doesn't directly modify the https config unlike the mkcert plugin
353
const vite_basic_ssl = config.plugins.find(({ name }) => name === 'vite:basic-ssl');
354
355
// by default, when enabling HTTPS in Vite, it also enables HTTP/2
0 commit comments