40 lines
1.3 KiB
JavaScript
40 lines
1.3 KiB
JavaScript
import { renderers } from './renderers.mjs';
|
|
import { c as createExports, s as serverEntrypointModule } from './chunks/_@astrojs-ssr-adapter_DiODGAEm.mjs';
|
|
import { manifest } from './manifest_mBJLiTM-.mjs';
|
|
|
|
const serverIslandMap = new Map();;
|
|
|
|
const _page0 = () => import('./pages/_image.astro.mjs');
|
|
const _page1 = () => import('./pages/index.astro.mjs');
|
|
const pageMap = new Map([
|
|
["node_modules/astro/dist/assets/endpoint/node.js", _page0],
|
|
["src/pages/index.astro", _page1]
|
|
]);
|
|
|
|
const _manifest = Object.assign(manifest, {
|
|
pageMap,
|
|
serverIslandMap,
|
|
renderers,
|
|
actions: () => import('./noop-entrypoint.mjs'),
|
|
middleware: () => import('./_noop-middleware.mjs')
|
|
});
|
|
const _args = {
|
|
"mode": "standalone",
|
|
"client": "file:///root/homewebsite/dist/client/",
|
|
"server": "file:///root/homewebsite/dist/server/",
|
|
"host": "0.0.0.0",
|
|
"port": 7080,
|
|
"assets": "_astro",
|
|
"experimentalStaticHeaders": false
|
|
};
|
|
const _exports = createExports(_manifest, _args);
|
|
const handler = _exports['handler'];
|
|
const startServer = _exports['startServer'];
|
|
const options = _exports['options'];
|
|
const _start = 'start';
|
|
if (Object.prototype.hasOwnProperty.call(serverEntrypointModule, _start)) {
|
|
serverEntrypointModule[_start](_manifest, _args);
|
|
}
|
|
|
|
export { handler, options, pageMap, startServer };
|