Spaces:
Sleeping
Sleeping
const manifest = (() => { | |
function __memo(fn) { | |
let value; | |
return () => value ??= (value = fn()); | |
} | |
return { | |
appDir: "_app", | |
appPath: "_app", | |
assets: new Set(["favicon.png","robots.txt"]), | |
mimeTypes: {".png":"image/png",".txt":"text/plain"}, | |
_: { | |
client: {"start":"_app/immutable/entry/start.ZPrd5Y4d.js","app":"_app/immutable/entry/app.ecgXMiv0.js","imports":["_app/immutable/entry/start.ZPrd5Y4d.js","_app/immutable/chunks/entry.XNQVQFn2.js","_app/immutable/chunks/scheduler.Ze4Bbz0A.js","_app/immutable/entry/app.ecgXMiv0.js","_app/immutable/chunks/scheduler.Ze4Bbz0A.js","_app/immutable/chunks/index.76WsQp4a.js"],"stylesheets":[],"fonts":[],"uses_env_dynamic_public":false}, | |
nodes: [ | |
__memo(() => import('./chunks/0-eJFvvclT.js')), | |
__memo(() => import('./chunks/1-fTm89d5M.js')) | |
], | |
routes: [ | |
{ | |
id: "/api", | |
pattern: /^\/api\/?$/, | |
params: [], | |
page: null, | |
endpoint: __memo(() => import('./chunks/_server.ts-buvhSTau.js')) | |
}, | |
{ | |
id: "/llm", | |
pattern: /^\/llm\/?$/, | |
params: [], | |
page: null, | |
endpoint: __memo(() => import('./chunks/_server.ts-eke99Utg.js')) | |
}, | |
{ | |
id: "/llm/health", | |
pattern: /^\/llm\/health\/?$/, | |
params: [], | |
page: null, | |
endpoint: __memo(() => import('./chunks/_server.ts-SF1yt2ux.js')) | |
}, | |
{ | |
id: "/log/export", | |
pattern: /^\/log\/export\/?$/, | |
params: [], | |
page: null, | |
endpoint: __memo(() => import('./chunks/_server.ts-E0wsS0-8.js')) | |
}, | |
{ | |
id: "/log/response", | |
pattern: /^\/log\/response\/?$/, | |
params: [], | |
page: null, | |
endpoint: __memo(() => import('./chunks/_server.ts-np5BSNC8.js')) | |
}, | |
{ | |
id: "/log/response/export/excel", | |
pattern: /^\/log\/response\/export\/excel\/?$/, | |
params: [], | |
page: null, | |
endpoint: __memo(() => import('./chunks/_server.ts-ZgVmKfHj.js')) | |
}, | |
{ | |
id: "/search", | |
pattern: /^\/search\/?$/, | |
params: [], | |
page: null, | |
endpoint: __memo(() => import('./chunks/_server.ts-2j04j7k5.js')) | |
}, | |
{ | |
id: "/search/health", | |
pattern: /^\/search\/health\/?$/, | |
params: [], | |
page: null, | |
endpoint: __memo(() => import('./chunks/_server.ts-Pe14v0Un.js')) | |
} | |
], | |
matchers: async () => { | |
return { }; | |
} | |
} | |
} | |
})(); | |
const prerendered = new Set(["/"]); | |
export { manifest, prerendered }; | |
//# sourceMappingURL=manifest.js.map | |