API β€Ί @builder.io/qwik-city/vite/node-server

nodeServerAdapter

This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

export declare function nodeServerAdapter(opts?: NodeServerAdapterOptions): any;
ParameterTypeDescription
optsNodeServerAdapterOptions(Optional)

Returns:

any

Edit this section

NodeServerAdapterOptions

This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

export interface NodeServerAdapterOptions extends ServerAdapterOptions

Extends: ServerAdapterOptions

PropertyModifiersTypeDescription
name?string(ALPHA) (Optional)

Edit this section