mirror of
https://github.com/sern-handler/website
synced 2026-06-28 02:32:23 +00:00
feat: migrate to starlight
This commit is contained in:
7
node_modules/astro/dist/prerender/utils.d.ts
generated
vendored
Normal file
7
node_modules/astro/dist/prerender/utils.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { AstroConfig } from '../@types/astro.js';
|
||||
export declare function isServerLikeOutput(config: AstroConfig): boolean;
|
||||
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;
|
||||
Reference in New Issue
Block a user