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;

Parameter

Type

Description

opts

NodeServerAdapterOptions

(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

Property

Modifiers

Type

Description

name?

string

(ALPHA) (Optional)

Edit this section