astro
Version:
Astro is a modern site builder with web best practices, performance, and DX front-of-mind.
6 lines (5 loc) • 348 B
TypeScript
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 const RESOLVED_VIRTUAL_ISLAND_MAP_ID: string;
export declare function vitePluginServerIslands({ settings, logger }: AstroPluginOptions): VitePlugin;