packages/qwik-city/src/adapters/shared/adapter.shared.api.md
Do not edit this file. It is a report generated by API Extractor.
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)