Skip to content

Commit 6ab649d

Browse files
committed
explain mkcert plugin
1 parent 63abb4d commit 6ab649d

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 unlike mkcert
352+
// since it doesn't directly modify the https config unlike the mkcert plugin
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)