File tree 1 file changed +2
-2
lines changed
src/content/configuration
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ Compile entrypoints and dynamic `import`s only when they are in use. It can be u
265
265
/**
266
266
* Specify where to listen to from the server.
267
267
*/
268
- listen ?: number | ListenOptions | ((server : typeof Server ) => void );
268
+ listen ?: number | ListenOptions | ((server : Server ) => void );
269
269
270
270
/**
271
271
* Specify the protocol the client should use to connect to the server.
@@ -275,7 +275,7 @@ Compile entrypoints and dynamic `import`s only when they are in use. It can be u
275
275
/**
276
276
* Specify how to create the server handling the EventSource requests.
277
277
*/
278
- server ?: ServerOptionsImport | ServerOptionsHttps | (() => typeof Server );
278
+ server ?: ServerOptionsImport | ServerOptionsHttps | (() => Server );
279
279
280
280
},
281
281
entries ?: boolean ,
You can’t perform that action at this time.
0 commit comments