Skip to content

Commit 63abb4d

Browse files
committed
explain more
1 parent 353e3f9 commit 63abb4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit/src/exports/vite/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ async function kit({ svelte_config }) {
349349
*/
350350
configResolved(config) {
351351
// we search for this plugin by name because we can't detect it
352-
// since it doesn't directly modify the https config
352+
// since it doesn't directly modify the https config unlike mkcert
353353
const vite_basic_ssl = config.plugins.find(({ name }) => name === 'vite:basic-ssl');
354354

355355
// by default, when enabling HTTPS in Vite, it also enables HTTP/2

0 commit comments

Comments
 (0)