UNPKG

astro

Version:

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

13 lines (12 loc) 502 B
import { args } from "virtual:astro:adapter-config"; import * as serverEntrypointModule from "virtual:astro:adapter-entrypoint"; import { manifest } from "virtual:astro:manifest"; const _exports = serverEntrypointModule.createExports?.(manifest, args) || serverEntrypointModule; const _start = "start"; if (Object.prototype.hasOwnProperty.call(serverEntrypointModule, _start)) { serverEntrypointModule[_start](manifest, args); } var legacy_default = _exports; export { legacy_default as default };