mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-06 06:17:11 -04:00
🔧:build SSR dist and deploy
This commit is contained in:
parent
76c26901d7
commit
c59ad6aedb
465 changed files with 214127 additions and 2 deletions
31
dist/server/pageFiles.mjs
vendored
Normal file
31
dist/server/pageFiles.mjs
vendored
Normal file
|
@ -0,0 +1,31 @@
|
|||
// Generatead by node/plugin/plugins/virtualFiles/index.ts
|
||||
|
||||
const pageFilesLazy = {};
|
||||
const pageFilesEager = {};
|
||||
const pageFilesExportNamesLazy = {};
|
||||
const pageFilesExportNamesEager = {};
|
||||
const pageFilesList = [];
|
||||
const neverLoaded = {};
|
||||
const isGeneratedFile = true;
|
||||
|
||||
const pageConfigs = [
|
||||
];
|
||||
const pageConfigGlobal = {
|
||||
["onBeforeRoute"]: null,
|
||||
["onPrerenderStart"]: null,
|
||||
};
|
||||
|
||||
const pageFilesLazyIsomorph1 = /* #__PURE__ */ Object.assign({"/src/pages/404.page.vue": () => import('./entries/src_pages_404-page.mjs'),"/src/pages/Home.page.vue": () => import('./entries/src_pages_Home-page.mjs').then(n => n.H),"/src/ui/demo/demo-home.page.vue": () => import('./entries/src_ui_demo_demo-home-page.mjs').then(n => n.a)});
|
||||
const pageFilesLazyIsomorph = {...pageFilesLazyIsomorph1};
|
||||
pageFilesLazy['.page'] = pageFilesLazyIsomorph;
|
||||
const pageFilesLazyServer1 = /* #__PURE__ */ Object.assign({});
|
||||
const pageFilesLazyServer = {...pageFilesLazyServer1};
|
||||
pageFilesLazy['.page.server'] = pageFilesLazyServer;
|
||||
const pageFilesEagerRoute1 = /* #__PURE__ */ Object.assign({});
|
||||
const pageFilesEagerRoute = {...pageFilesEagerRoute1};
|
||||
pageFilesEager['.page.route'] = pageFilesEagerRoute;
|
||||
const pageFilesExportNamesEagerClient1 = /* #__PURE__ */ Object.assign({});
|
||||
const pageFilesExportNamesEagerClient = {...pageFilesExportNamesEagerClient1};
|
||||
pageFilesExportNamesEager['.page.client'] = pageFilesExportNamesEagerClient;
|
||||
|
||||
export { isGeneratedFile, neverLoaded, pageConfigGlobal, pageConfigs, pageFilesEager, pageFilesExportNamesEager, pageFilesExportNamesLazy, pageFilesLazy, pageFilesList };
|
Loading…
Add table
Add a link
Reference in a new issue