packages/docs/src/routes/api/qwik-city-vite-bun-server/index.mdx
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 bunServerAdapter(opts?: bunServerAdapterOptions): any;
Parameter
</th><th>Type
</th><th>Description
</th></tr></thead> <tbody><tr><td>opts
</td><td> </td><td>(Optional)
</td></tr> </tbody></table>Returns:
any
<h2 id="bunserveradapteroptions">bunServerAdapterOptions</h2>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 bunServerAdapterOptions extends ServerAdapterOptions
Extends: ServerAdapterOptions
<table><thead><tr><th>Property
</th><th>Modifiers
</th><th>Type
</th><th>Description
</th></tr></thead> <tbody><tr><td> </td><td> </td><td>string
</td><td>(ALPHA) (Optional)
</td></tr> </tbody></table>