Skip to content

Commit 45c04d1

Browse files
committed
add to options check
1 parent dce6841 commit 45c04d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/server/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ const listenOptionsCheck = z.object({
5555
"Listener path prefix must NOT end with a slash"),
5656
key: z.string().optional(),
5757
cert: z.string().optional(),
58+
secureServerOptions: z.any(),
5859
secure: z.boolean().optional(),
5960
redirect: z.number().optional(),
6061
}).strict().array();

0 commit comments

Comments
 (0)