Back to Qwik

Adapter.Shared.Api

packages/qwik-city/src/adapters/shared/adapter.shared.api.md

1.7.11.4 KB
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 type { Plugin as Plugin_2 } from 'vite';
import type { StaticGenerateRenderOptions } from '@builder.io/qwik-city/static';
import type { UserConfig } from 'vite';

// @public (undocumented)
export interface AdapterSSGOptions extends Omit<StaticGenerateRenderOptions, 'outDir' | 'origin'> {
    exclude?: string[];
    include: string[];
    origin?: string;
}

// @public (undocumented)
export function getParentDir(startDir: string, dirName: string): string;

// @public (undocumented)
export const NOT_FOUND_PATHS_ID = "@qwik-city-not-found-paths";

// @public (undocumented)
export const RESOLVED_NOT_FOUND_PATHS_ID = "@qwik-city-not-found-paths.js";

// @public (undocumented)
export const RESOLVED_STATIC_PATHS_ID = "@qwik-city-static-paths.js";

// @public (undocumented)
export interface ServerAdapterOptions {
    ssg?: AdapterSSGOptions | null;
}

// @public (undocumented)
export const STATIC_PATHS_ID = "@qwik-city-static-paths";

// Warning: (ae-forgotten-export) The symbol "ViteAdapterPluginOptions" needs to be exported by the entry point index.d.ts
//
// @public (undocumented)
export function viteAdapter(opts: ViteAdapterPluginOptions): Plugin_2<never>;

// (No @packageDocumentation comment for this package)