UNPKG

domco

Version:

Minimal Full-Stack JavaScript

10 lines 302 B
import type { Adapter } from "../../types/index.js"; import type { Plugin } from "vite"; /** * Configures the dev and preview server for SSR. * * @param adapter * @returns Vite plugin */ export declare const configureServerPlugin: (adapter?: Adapter) => Plugin; //# sourceMappingURL=index.d.ts.map