UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

4 lines (3 loc) 192 B
import type { Plugin as VitePlugin } from 'vite'; import type { AstroSettings } from '../types/astro.js'; export declare function vitePluginAdapterConfig(settings: AstroSettings): VitePlugin;