mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-19 01:45:53 +00:00
fix(schema): support pfx certificate for dev server (#30412)
This commit is contained in:
parent
7328f05386
commit
64287dbd5c
@ -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,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user