Files

7 lines
292 B
TypeScript
Raw Permalink Normal View History

2026-03-22 20:00:13 +00:00
import type { AstroConfig } from '../@types/astro.js';
export declare function getPrerenderDefault(config: AstroConfig): boolean;
/**
* Returns the correct output directory of the SSR build based on the configuration
*/
export declare function getOutputDirectory(config: AstroConfig): URL;