API โบ @qwik.dev/qwik-router/middleware/azure-swa
createQwikCity
Warning: This API is now obsolete.
Use
createQwikRouter
instead. Will be removed in V3
createQwikCity: typeof createQwikRouter;
createQwikRouter
export declare function createQwikRouter(
opts: QwikRouterAzureOptions,
): AzureFunction;
Parameter | Type | Description |
---|---|---|
opts |
Returns:
AzureFunction
PlatformAzure
export interface PlatformAzure extends Partial<Context>
Extends: Partial<Context>
QwikCityAzureOptions
Warning: This API is now obsolete.
Use
QwikRouterAzureOptions
instead. Will be removed in V3
export type QwikCityAzureOptions = QwikRouterAzureOptions;
References: QwikRouterAzureOptions
QwikRouterAzureOptions
export interface QwikRouterAzureOptions extends ServerRenderOptions
Extends: ServerRenderOptions