UNPKG

astro

Version:

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

9 lines (8 loc) 279 B
import type fsType from 'node:fs'; interface LoadConfigWithViteOptions { root: string; configPath: string; fs: typeof fsType; } export declare function loadConfigWithVite({ configPath, fs, root, }: LoadConfigWithViteOptions): Promise<Record<string, any>>; export {};