We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dce6841 commit 45c04d1Copy full SHA for 45c04d1
packages/server/src/index.ts
@@ -55,6 +55,7 @@ const listenOptionsCheck = z.object({
55
"Listener path prefix must NOT end with a slash"),
56
key: z.string().optional(),
57
cert: z.string().optional(),
58
+ secureServerOptions: z.any(),
59
secure: z.boolean().optional(),
60
redirect: z.number().optional(),
61
}).strict().array();
0 commit comments