UNPKG

astro

Version:

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

12 lines (11 loc) 354 B
import { default as _sync } from "./sync/index.js"; import { default as default2 } from "./build/index.js"; import { default as default3 } from "./dev/index.js"; import { default as default4 } from "./preview/index.js"; const sync = (inlineConfig) => _sync(inlineConfig); export { default2 as build, default3 as dev, default4 as preview, sync };