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 Daniel Roe
parent b472d17135
commit e786d79bee
No known key found for this signature in database
GPG Key ID: CBC814C393D93268

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,