IOweb/node_modules/astro/dist/entrypoints/prerender.js
2026-07-03 15:07:38 -05:00

7 lines
166 B
JavaScript

import { manifest } from "virtual:astro:manifest";
import { BuildApp } from "../core/build/app.js";
const app = new BuildApp(manifest);
export {
app,
manifest
};