From 14e14726d11ac55c37cc2d15aaf935be18ef925b Mon Sep 17 00:00:00 2001 From: jainex Date: Sat, 29 Jun 2024 22:00:55 +0530 Subject: [PATCH] docs(config): update `preview.https` type (#17586) --- docs/config/preview-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/preview-options.md b/docs/config/preview-options.md index 7d7aca988cda87..6c4370142d5140 100644 --- a/docs/config/preview-options.md +++ b/docs/config/preview-options.md @@ -46,7 +46,7 @@ Set to `true` to exit if port is already in use, instead of automatically trying ## preview.https -- **Type:** `boolean | https.ServerOptions` +- **Type:** `https.ServerOptions` - **Default:** [`server.https`](./server-options#server-https) Enable TLS + HTTP/2. Note this downgrades to TLS only when the [`server.proxy` option](./server-options#server-proxy) is also used.