diff --git a/src/content/docs/en/reference/adapter-reference.mdx b/src/content/docs/en/reference/adapter-reference.mdx index 629e34251bd5f..ecfffc301923a 100644 --- a/src/content/docs/en/reference/adapter-reference.mdx +++ b/src/content/docs/en/reference/adapter-reference.mdx @@ -1181,6 +1181,16 @@ Describes the [configured HTTP response headers](/en/reference/configuration-ref Describes the [configured allowed hosts](/en/reference/configuration-reference/#serverallowedhosts) that the preview server should respond to. +#### `PreviewServerParams.open` + +

+ +**Type:** `string | boolean`
+ +

+ +Specifies the [configured open option](/en/reference/configuration-reference/#serveropen) for the preview server. + #### `PreviewServerParams.root`