Back to Qwik

Adapter.Bun Server.Api

packages/qwik-city/src/adapters/bun-server/adapter.bun-server.api.md

1.7.1631 B
Original Source

API Report File for "@builder.io/qwik-city"

Do not edit this file. It is a report generated by API Extractor.

ts

import { ServerAdapterOptions } from '../../shared/vite';
import type { StaticGenerateRenderOptions } from '@builder.io/qwik-city/static';

// @alpha (undocumented)
export function bunServerAdapter(opts?: bunServerAdapterOptions): any;

// @alpha (undocumented)
export interface bunServerAdapterOptions extends ServerAdapterOptions {
    // (undocumented)
    name?: string;
}

export { StaticGenerateRenderOptions }

// (No @packageDocumentation comment for this package)