UNPKG

astro

Version:

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

16 lines (15 loc) 244 B
import { devServerCommand, formatStopOutput, stop as stopServer } from "../server.js"; async function stop({ flags, logger }) { await stopServer({ flags, logger, config: devServerCommand }); } export { formatStopOutput, stop };