youtuber-blog-frontend/build/server/manifest.js

128 lines
3.8 KiB
JavaScript
Raw Normal View History

2024-05-29 18:43:41 +00:00
const manifest = (() => {
function __memo(fn) {
let value;
return () => value ??= (value = fn());
}
return {
appDir: "_app",
appPath: "_app",
assets: new Set(["avatars/01.png","avatars/02.png","avatars/03.png","avatars/04.png","avatars/05.png","favicon.png"]),
mimeTypes: {".png":"image/png"},
_: {
2024-05-29 19:23:04 +00:00
client: {"start":"_app/immutable/entry/start.I_R63bhF.js","app":"_app/immutable/entry/app.B93mo6q8.js","imports":["_app/immutable/entry/start.I_R63bhF.js","_app/immutable/chunks/entry.Ci-oqnfy.js","_app/immutable/chunks/scheduler.ncJpckHt.js","_app/immutable/chunks/index.BHY_2Zs4.js","_app/immutable/entry/app.B93mo6q8.js","_app/immutable/chunks/scheduler.ncJpckHt.js","_app/immutable/chunks/index.DNKwBhZH.js"],"stylesheets":[],"fonts":[],"uses_env_dynamic_public":false},
2024-05-29 18:43:41 +00:00
nodes: [
2024-05-29 19:16:25 +00:00
__memo(() => import('./chunks/0-kw98ScWf.js')),
2024-05-29 19:23:04 +00:00
__memo(() => import('./chunks/1-CZXShprq.js')),
__memo(() => import('./chunks/2-BOm4nfAh.js')),
__memo(() => import('./chunks/3-BuFVZiVp.js')),
__memo(() => import('./chunks/4-DEqfLxpY.js')),
__memo(() => import('./chunks/5-BuK2UCXJ.js').then(function (n) { return n._; })),
__memo(() => import('./chunks/6-C_WAGgN6.js')),
__memo(() => import('./chunks/7-C23c4DkP.js').then(function (n) { return n._; })),
__memo(() => import('./chunks/8-_Y57aIZR.js')),
2024-05-29 19:16:25 +00:00
__memo(() => import('./chunks/9-oxkvrFHR.js')),
__memo(() => import('./chunks/10-BU5qg_jh.js'))
2024-05-29 18:43:41 +00:00
],
routes: [
{
2024-05-29 19:16:25 +00:00
id: "/(app)",
pattern: /^\/?$/,
2024-05-29 18:43:41 +00:00
params: [],
2024-05-29 19:16:25 +00:00
page: { layouts: [0,2,], errors: [1,,], leaf: 4 },
2024-05-29 18:43:41 +00:00
endpoint: null
},
{
id: "/api/upload-asset",
pattern: /^\/api\/upload-asset\/?$/,
params: [],
page: null,
endpoint: __memo(() => import('./chunks/_server-AbRRNUWj.js'))
},
{
2024-05-29 19:16:25 +00:00
id: "/(app)/articles",
pattern: /^\/articles\/?$/,
2024-05-29 18:43:41 +00:00
params: [],
page: { layouts: [0,2,], errors: [1,,], leaf: 5 },
endpoint: null
},
{
2024-05-29 19:16:25 +00:00
id: "/(app)/articles/getArticleBody",
pattern: /^\/articles\/getArticleBody\/?$/,
2024-05-29 18:43:41 +00:00
params: [],
page: null,
endpoint: __memo(() => import('./chunks/_server-CUyeZ2oY.js'))
},
{
2024-05-29 19:16:25 +00:00
id: "/(auth)/auth",
pattern: /^\/auth\/?$/,
2024-05-29 18:43:41 +00:00
params: [],
2024-05-29 19:16:25 +00:00
page: { layouts: [0,], errors: [1,], leaf: 8 },
2024-05-29 18:43:41 +00:00
endpoint: null
},
{
2024-05-29 19:16:25 +00:00
id: "/(auth)/auth/logout",
pattern: /^\/auth\/logout\/?$/,
2024-05-29 18:43:41 +00:00
params: [],
page: null,
endpoint: __memo(() => import('./chunks/_server-BWlPkhJG.js'))
},
{
2024-05-29 19:16:25 +00:00
id: "/(app)/emails",
pattern: /^\/emails\/?$/,
2024-05-29 18:43:41 +00:00
params: [],
2024-05-29 19:16:25 +00:00
page: { layouts: [0,2,], errors: [1,,], leaf: 6 },
2024-05-29 18:43:41 +00:00
endpoint: null
},
{
2024-05-29 19:16:25 +00:00
id: "/(app)/emails/export",
pattern: /^\/emails\/export\/?$/,
2024-05-29 18:43:41 +00:00
params: [],
page: null,
endpoint: __memo(() => import('./chunks/_server-DuxAnzoW.js'))
},
{
id: "/outpost",
pattern: /^\/outpost\/?$/,
params: [],
page: null,
endpoint: __memo(() => import('./chunks/_server-Bdd8Ncs1.js'))
},
{
id: "/site/[site_id]",
pattern: /^\/site\/([^/]+?)\/?$/,
params: [{"name":"site_id","optional":false,"rest":false,"chained":false}],
2024-05-29 19:16:25 +00:00
page: { layouts: [0,3,], errors: [1,,], leaf: 9 },
2024-05-29 18:43:41 +00:00
endpoint: null
},
{
id: "/site/[site_id]/[article_id]",
pattern: /^\/site\/([^/]+?)\/([^/]+?)\/?$/,
params: [{"name":"site_id","optional":false,"rest":false,"chained":false},{"name":"article_id","optional":false,"rest":false,"chained":false}],
2024-05-29 19:16:25 +00:00
page: { layouts: [0,3,], errors: [1,,], leaf: 10 },
endpoint: null
},
{
id: "/(app)/website",
pattern: /^\/website\/?$/,
params: [],
page: { layouts: [0,2,], errors: [1,,], leaf: 7 },
2024-05-29 18:43:41 +00:00
endpoint: null
}
],
matchers: async () => {
return { };
},
server_assets: {}
}
}
})();
const prerendered = new Set([]);
const base = "";
export { base, manifest, prerendered };
//# sourceMappingURL=manifest.js.map