API โ€บ @qwik.dev/qwik-router/vite/node-server

nodeServerAdapter

This API is provided as a beta 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)

any

Edit this section

NodeServerAdapterOptions

This API is provided as a beta 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

(BETA) (Optional)

Edit this section