OptionalcontainerSetupHook?: (server: HTTPServer, app: express.Express) => Promise<void>Optionalcors?: { allowCredentials?: boolean; headers?: string[]; origin?: string | string[] }Configuration options for Cross-Origin Resource Sharing (CORS).
OptionalhealthCheckRoute?: stringThe route for the health check endpoint.
Optionalport?: numberThe port number for the server to listen on.
An array of route objects representing the available routes in the application.
Optionaltimeout?: numberOptional timeout value in milliseconds.
Represents the configuration options for a router.