astro-ghostcms/.pnpm-store/v3/files/6e/aac6c5aadcee4fd563e16dadf5b...

6 lines
192 B
Plaintext

import type * as vite from 'vite';
import type { AstroSettings } from '../@types/astro.js';
export default function astroPrefetch({ settings }: {
settings: AstroSettings;
}): vite.Plugin;