Back to Qwik

@builder.io/qwik-city/vite/azure-swa API Reference

packages/docs/src/routes/api/qwik-city-vite-azure-swa/index.mdx

1.7.1879 B
Original Source

API › @builder.io/qwik-city/vite/azure-swa

<h2 id="azureswaadapter">azureSwaAdapter</h2>
typescript
export declare function azureSwaAdapter(opts?: AzureSwaAdapterOptions): any;
<table><thead><tr><th>

Parameter

</th><th>

Type

</th><th>

Description

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

opts

</td><td>

AzureSwaAdapterOptions

</td><td>

(Optional)

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

Returns:

any

Edit this section

<h2 id="azureswaadapteroptions">AzureSwaAdapterOptions</h2>
typescript
export interface AzureSwaAdapterOptions extends ServerAdapterOptions

Extends: ServerAdapterOptions

Edit this section