index.js 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. globalThis.process ??= {}; globalThis.process.env ??= {};
  2. import { r as renderers } from './chunks/_@astro-renderers_DpxbEuk7.mjs';
  3. import { c as createExports, s as serverEntrypointModule } from './chunks/_@astrojs-ssr-adapter_DpluC3qk.mjs';
  4. import { manifest } from './manifest_BP1MTNcW.mjs';
  5. const serverIslandMap = new Map();;
  6. const _page0 = () => import('./pages/_image.astro.mjs');
  7. const _page1 = () => import('./pages/api/generate-link.astro.mjs');
  8. const _page2 = () => import('./pages/api/weather.astro.mjs');
  9. const _page3 = () => import('./pages/app/preview.astro.mjs');
  10. const _page4 = () => import('./pages/app.astro.mjs');
  11. const _page5 = () => import('./pages/_shortcode_.astro.mjs');
  12. const _page6 = () => import('./pages/index.astro.mjs');
  13. const pageMap = new Map([
  14. ["node_modules/@astrojs/cloudflare/dist/entrypoints/image-endpoint.js", _page0],
  15. ["src/pages/api/generate-link.ts", _page1],
  16. ["src/pages/api/weather.ts", _page2],
  17. ["src/pages/app/preview.astro", _page3],
  18. ["src/pages/app/index.astro", _page4],
  19. ["src/pages/[shortcode].astro", _page5],
  20. ["src/pages/index.astro", _page6]
  21. ]);
  22. const _manifest = Object.assign(manifest, {
  23. pageMap,
  24. serverIslandMap,
  25. renderers,
  26. actions: () => import('./_noop-actions.mjs'),
  27. middleware: () => import('./_astro-internal_middleware.mjs')
  28. });
  29. const _args = undefined;
  30. const _exports = createExports(_manifest);
  31. const __astrojsSsrVirtualEntry = _exports.default;
  32. const _start = 'start';
  33. if (Object.prototype.hasOwnProperty.call(serverEntrypointModule, _start)) {
  34. serverEntrypointModule[_start](_manifest, _args);
  35. }
  36. export { __astrojsSsrVirtualEntry as default, pageMap };