API › @qwik.dev/qwik-router/vite/vercel
vercelEdgeAdapter
export declare function vercelEdgeAdapter(opts?: VercelEdgeAdapterOptions): any;
Parameter | Type | Description |
|---|---|---|
opts | (Optional) |
Returns:
any
VercelEdgeAdapterOptions
export interface VercelEdgeAdapterOptions extends ServerAdapterOptions
Extends: ServerAdapterOptions
Property | Modifiers | Type | Description |
|---|---|---|---|
outputConfig? | boolean | (Optional) Determines if the build should auto-generate the Defaults to | |
staticPaths? | string[] | (Optional) Manually add pathnames that should be treated as static paths and not SSR. For example, when these pathnames are requested, their response should come from a static file, rather than a server-side rendered response. | |
target? | 'webworker' | 'node' | (Optional) Define the Defaults to | |
vcConfigEntryPoint? | string | (Optional) The Defaults to | |
vcConfigEnvVarsInUse? | string[] | (Optional) The Defaults to |