Back to Qwik

@builder.io/qwik-city/vite/cloud-run API Reference

packages/docs/src/routes/api/qwik-city-vite-cloud-run/index.mdx

1.7.1879 B
Original Source

API › @builder.io/qwik-city/vite/cloud-run

<h2 id="cloudrunadapter">cloudRunAdapter</h2>
typescript
export declare function cloudRunAdapter(opts?: CloudRunAdapterOptions): any;
<table><thead><tr><th>

Parameter

</th><th>

Type

</th><th>

Description

</th></tr></thead> <tbody><tr><td>

opts

</td><td>

CloudRunAdapterOptions

</td><td>

(Optional)

</td></tr> </tbody></table>

Returns:

any

Edit this section

<h2 id="cloudrunadapteroptions">CloudRunAdapterOptions</h2>
typescript
export interface CloudRunAdapterOptions extends ServerAdapterOptions

Extends: ServerAdapterOptions

Edit this section