fix
This commit is contained in:
62
dist/server/entry.mjs
vendored
Normal file
62
dist/server/entry.mjs
vendored
Normal file
@@ -0,0 +1,62 @@
|
||||
import { renderers } from './renderers.mjs';
|
||||
import { c as createExports, s as serverEntrypointModule } from './chunks/_@astrojs-ssr-adapter_BSED7qqF.mjs';
|
||||
import { manifest } from './manifest_Bsmp4TY0.mjs';
|
||||
|
||||
const _page0 = () => import('./pages/_image.astro.mjs');
|
||||
const _page1 = () => import('./pages/admin/login.astro.mjs');
|
||||
const _page2 = () => import('./pages/admin.astro.mjs');
|
||||
const _page3 = () => import('./pages/api/admin/login.astro.mjs');
|
||||
const _page4 = () => import('./pages/api/admin/logout.astro.mjs');
|
||||
const _page5 = () => import('./pages/api/admin/save.astro.mjs');
|
||||
const _page6 = () => import('./pages/api/admin/upload.astro.mjs');
|
||||
const _page7 = () => import('./pages/api/agents/tass.astro.mjs');
|
||||
const _page8 = () => import('./pages/api/posts/publish.astro.mjs');
|
||||
const _page9 = () => import('./pages/categories/_category_.astro.mjs');
|
||||
const _page10 = () => import('./pages/posts/_slug_.astro.mjs');
|
||||
const _page11 = () => import('./pages/posts.astro.mjs');
|
||||
const _page12 = () => import('./pages/search.astro.mjs');
|
||||
const _page13 = () => import('./pages/_page_.astro.mjs');
|
||||
const _page14 = () => import('./pages/index.astro.mjs');
|
||||
|
||||
const pageMap = new Map([
|
||||
["node_modules/astro/dist/assets/endpoint/node.js", _page0],
|
||||
["src/pages/admin/login.astro", _page1],
|
||||
["src/pages/admin/index.astro", _page2],
|
||||
["src/pages/api/admin/login.ts", _page3],
|
||||
["src/pages/api/admin/logout.ts", _page4],
|
||||
["src/pages/api/admin/save.ts", _page5],
|
||||
["src/pages/api/admin/upload.ts", _page6],
|
||||
["src/pages/api/agents/tass.ts", _page7],
|
||||
["src/pages/api/posts/publish.ts", _page8],
|
||||
["src/pages/categories/[category].astro", _page9],
|
||||
["src/pages/posts/[slug].astro", _page10],
|
||||
["src/pages/posts/index.astro", _page11],
|
||||
["src/pages/search/index.astro", _page12],
|
||||
["src/pages/[page].astro", _page13],
|
||||
["src/pages/index.astro", _page14]
|
||||
]);
|
||||
const serverIslandMap = new Map();
|
||||
const _manifest = Object.assign(manifest, {
|
||||
pageMap,
|
||||
serverIslandMap,
|
||||
renderers,
|
||||
middleware: () => import('./_noop-middleware.mjs')
|
||||
});
|
||||
const _args = {
|
||||
"mode": "standalone",
|
||||
"client": "file:///Users/drfelfel/ruseemrooz/dist/client/",
|
||||
"server": "file:///Users/drfelfel/ruseemrooz/dist/server/",
|
||||
"host": false,
|
||||
"port": 4321,
|
||||
"assets": "_astro"
|
||||
};
|
||||
const _exports = createExports(_manifest, _args);
|
||||
const handler = _exports['handler'];
|
||||
const startServer = _exports['startServer'];
|
||||
const options = _exports['options'];
|
||||
const _start = 'start';
|
||||
{
|
||||
serverEntrypointModule[_start](_manifest, _args);
|
||||
}
|
||||
|
||||
export { handler, options, pageMap, startServer };
|
||||
Reference in New Issue
Block a user