UNPKG

astro

Version:

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

5 lines (4 loc) 287 B
import type { Plugin as VitePlugin } from 'vite'; import type { AstroPluginOptions } from '../../types/astro.js'; export declare const VIRTUAL_ISLAND_MAP_ID = "@astro-server-islands"; export declare function vitePluginServerIslands({ settings, logger }: AstroPluginOptions): VitePlugin;