UNPKG

astro

Version:

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

13 lines (12 loc) 294 B
import { ASTRO_CONFIG_DEFAULTS, AstroConfigSchema } from "./base.js"; import { AstroConfigRefinedSchema } from "./refined.js"; import { createRelativeSchema } from "./relative.js"; export { ASTRO_CONFIG_DEFAULTS, AstroConfigRefinedSchema, AstroConfigSchema, createRelativeSchema };