UNPKG

astro

Version:

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

9 lines (8 loc) 272 B
import { createRelativeSchema } from "./schema.js"; async function validateConfig(userConfig, root, cmd) { const AstroConfigRelativeSchema = createRelativeSchema(cmd, root); return await AstroConfigRelativeSchema.parseAsync(userConfig); } export { validateConfig };