UNPKG

astro

Version:

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

6 lines (5 loc) 196 B
import type { Plugin } from 'vite'; import type { SSRManifest } from '../types/public/index.js'; export default function virtualModulePlugin({ manifest }: { manifest: SSRManifest; }): Plugin;