From e786d79bee9106bbb0bcfd01b31075897e2d9431 Mon Sep 17 00:00:00 2001 From: Connor Roberts <32241825+murshex@users.noreply.github.com> Date: Thu, 2 Jan 2025 19:17:19 +0700 Subject: [PATCH] fix(schema): support pfx certificate for dev server (#30412) --- packages/schema/src/config/dev.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/schema/src/config/dev.ts b/packages/schema/src/config/dev.ts index de2a03ccf7..33e326aaca 100644 --- a/packages/schema/src/config/dev.ts +++ b/packages/schema/src/config/dev.ts @@ -16,7 +16,7 @@ export default defineUntypedSchema({ * } * }) * ``` - * @type {boolean | { key: string; cert: string }} + * @type {boolean | { key: string; cert: string } | { pfx: string; passphrase: string }} */ https: false,