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