UNPKG

astro

Version:

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

8 lines (7 loc) 243 B
import type * as vite from 'vite'; import type { EnvLoader } from '../env/env-loader.js'; interface EnvPluginOptions { envLoader: EnvLoader; } export default function envVitePlugin({ envLoader }: EnvPluginOptions): vite.Plugin; export {};