UNPKG

astro

Version:

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

7 lines (6 loc) 299 B
import type { Plugin as VitePlugin } from 'vite'; import type { AstroSettings } from '../../types/astro.js'; export declare const VIRTUAL_SESSION_DRIVER_ID = "virtual:astro:session-driver"; export declare function vitePluginSessionDriver({ settings }: { settings: AstroSettings; }): VitePlugin;