astro-ghostcms/.pnpm-store/v3/files/ec/0e4615875f4470aa56f48a8ad89...

6 lines
216 B
Plaintext
Raw Normal View History

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