28 lines
955 B
JavaScript
28 lines
955 B
JavaScript
export const manifest = {
|
|
appDir: "_app",
|
|
appPath: "_app",
|
|
assets: new Set(["favicon.png"]),
|
|
mimeTypes: {".png":"image/png"},
|
|
_: {
|
|
client: {"start":{"file":"_app/immutable/entry/start.6bb4067a.js","imports":["_app/immutable/entry/start.6bb4067a.js","_app/immutable/chunks/index.3641fafa.js","_app/immutable/chunks/singletons.953ef4e6.js","_app/immutable/chunks/index.fa397836.js"],"stylesheets":[],"fonts":[]},"app":{"file":"_app/immutable/entry/app.7fe466bf.js","imports":["_app/immutable/entry/app.7fe466bf.js","_app/immutable/chunks/index.3641fafa.js"],"stylesheets":[],"fonts":[]}},
|
|
nodes: [
|
|
() => import('../output/server/nodes/0.js'),
|
|
() => import('../output/server/nodes/1.js'),
|
|
() => import('../output/server/nodes/2.js')
|
|
],
|
|
routes: [
|
|
{
|
|
id: "/",
|
|
pattern: /^\/$/,
|
|
params: [],
|
|
page: { layouts: [0], errors: [1], leaf: 2 },
|
|
endpoint: null
|
|
}
|
|
],
|
|
matchers: async () => {
|
|
|
|
return { };
|
|
}
|
|
}
|
|
};
|