astro-ghostcms/.pnpm-store/v3/files/16/573d1b87d33c17ffdbc476313a1...

8 lines
352 B
Plaintext

import type { UserConfig } from 'vite';
import type { AstroUserConfig } from '../@types/astro.js';
export declare function defineConfig(config: AstroUserConfig): AstroUserConfig;
export declare function getViteConfig(inlineConfig: UserConfig): ({ mode, command }: {
mode: string;
command: 'serve' | 'build';
}) => Promise<Record<string, any>>;