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 * as vite from 'vite'; import type { AstroPluginOptions } from '../types/astro.js'; export default function astroDevToolbar({ settings, logger }: AstroPluginOptions): vite.Plugin;