studiocms
Version:
Astro Native CMS for AstroDB. Built from the ground up by the Astro community.
9 lines (8 loc) • 314 B
TypeScript
/**
* Checks the Users Astro Config for the following:
*
* - Astro:DB Integration
* - SSR Mode (output: "server")
* - Site URL is set (can be "http://localhost:4321" for local development)
*/
export declare const checkAstroConfig: import("astro-integration-kit").HookUtility<"astro:config:setup", [], void>;