fix(schema): support pfx certificate for dev server (#30412)

This commit is contained in:
Connor Roberts 2025-01-02 19:17:19 +07:00 committed by GitHub
parent 7328f05386
commit 64287dbd5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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, https: false,