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

6 lines
192 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import type * as vite from 'vite';
import type { AstroSettings } from '../@types/astro.js';
export default function astroPrefetch({ settings }: {
settings: AstroSettings;
}): vite.Plugin;