mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 17:35:57 +00:00
fix(schema): support pfx certificate for dev server (#30412)
This commit is contained in:
parent
b472d17135
commit
e786d79bee
@ -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,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user