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,