globalThis.process ??= {}; globalThis.process.env ??= {}; import { r as renderers } from './chunks/_@astro-renderers_DpxbEuk7.mjs'; import { c as createExports, s as serverEntrypointModule } from './chunks/_@astrojs-ssr-adapter_DpluC3qk.mjs'; import { manifest } from './manifest_BP1MTNcW.mjs'; const serverIslandMap = new Map();; const _page0 = () => import('./pages/_image.astro.mjs'); const _page1 = () => import('./pages/api/generate-link.astro.mjs'); const _page2 = () => import('./pages/api/weather.astro.mjs'); const _page3 = () => import('./pages/app/preview.astro.mjs'); const _page4 = () => import('./pages/app.astro.mjs'); const _page5 = () => import('./pages/_shortcode_.astro.mjs'); const _page6 = () => import('./pages/index.astro.mjs'); const pageMap = new Map([ ["node_modules/@astrojs/cloudflare/dist/entrypoints/image-endpoint.js", _page0], ["src/pages/api/generate-link.ts", _page1], ["src/pages/api/weather.ts", _page2], ["src/pages/app/preview.astro", _page3], ["src/pages/app/index.astro", _page4], ["src/pages/[shortcode].astro", _page5], ["src/pages/index.astro", _page6] ]); const _manifest = Object.assign(manifest, { pageMap, serverIslandMap, renderers, actions: () => import('./_noop-actions.mjs'), middleware: () => import('./_astro-internal_middleware.mjs') }); const _args = undefined; const _exports = createExports(_manifest); const __astrojsSsrVirtualEntry = _exports.default; const _start = 'start'; if (Object.prototype.hasOwnProperty.call(serverEntrypointModule, _start)) { serverEntrypointModule[_start](_manifest, _args); } export { __astrojsSsrVirtualEntry as default, pageMap };