|
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.wAhvLgW-.js","app":"_app/immutable/entry/app.nf8b2onw.js","imports":["_app/immutable/entry/start.wAhvLgW-.js","_app/immutable/chunks/entry.vZ4dQZZ-.js","_app/immutable/chunks/scheduler.OwA2AG0M.js","_app/immutable/chunks/index.UTqYide5.js","_app/immutable/entry/app.nf8b2onw.js","_app/immutable/chunks/scheduler.OwA2AG0M.js","_app/immutable/chunks/index.JlSaLmPP.js"],"stylesheets":[],"fonts":[],"uses_env_dynamic_public":false}, |
|
nodes: [ |
|
__memo(() => import('./chunks/0-VxnFtOWB.js')), |
|
__memo(() => import('./chunks/1-zFqe38Kb.js')), |
|
__memo(() => import('./chunks/2-Hcaa79bn.js')), |
|
__memo(() => import('./chunks/3-CK6H8qlV.js')), |
|
__memo(() => import('./chunks/4-x-_yQ3I4.js')) |
|
], |
|
routes: [ |
|
{ |
|
id: "/", |
|
pattern: /^\/$/, |
|
params: [], |
|
page: { layouts: [0,], errors: [1,], leaf: 2 }, |
|
endpoint: null |
|
}, |
|
{ |
|
id: "/api", |
|
pattern: /^\/api\/?$/, |
|
params: [], |
|
page: null, |
|
endpoint: __memo(() => import('./chunks/_server.ts-FEch4V3G.js')) |
|
}, |
|
{ |
|
id: "/api/env/search_version", |
|
pattern: /^\/api\/env\/search_version\/?$/, |
|
params: [], |
|
page: null, |
|
endpoint: __memo(() => import('./chunks/_server.ts-Bx-SnM_o.js')) |
|
}, |
|
{ |
|
id: "/api/log/export/excel", |
|
pattern: /^\/api\/log\/export\/excel\/?$/, |
|
params: [], |
|
page: null, |
|
endpoint: __memo(() => import('./chunks/_server.ts-yiWbmI_h.js')) |
|
}, |
|
{ |
|
id: "/api/log/export/json", |
|
pattern: /^\/api\/log\/export\/json\/?$/, |
|
params: [], |
|
page: null, |
|
endpoint: __memo(() => import('./chunks/_server.ts-qLni9m0O.js')) |
|
}, |
|
{ |
|
id: "/api/log/write", |
|
pattern: /^\/api\/log\/write\/?$/, |
|
params: [], |
|
page: null, |
|
endpoint: __memo(() => import('./chunks/_server.ts-uH1RkKiC.js')) |
|
}, |
|
{ |
|
id: "/api/log/write/userScore", |
|
pattern: /^\/api\/log\/write\/userScore\/?$/, |
|
params: [], |
|
page: null, |
|
endpoint: __memo(() => import('./chunks/_server.ts-8mYiDGIH.js')) |
|
}, |
|
{ |
|
id: "/chat", |
|
pattern: /^\/chat\/?$/, |
|
params: [], |
|
page: { layouts: [0,], errors: [1,], leaf: 3 }, |
|
endpoint: null |
|
}, |
|
{ |
|
id: "/llm", |
|
pattern: /^\/llm\/?$/, |
|
params: [], |
|
page: null, |
|
endpoint: __memo(() => import('./chunks/_server.ts-yaF_PXAM.js')) |
|
}, |
|
{ |
|
id: "/llm/chat", |
|
pattern: /^\/llm\/chat\/?$/, |
|
params: [], |
|
page: null, |
|
endpoint: __memo(() => import('./chunks/_server.ts-dKSZf0JA.js')) |
|
}, |
|
{ |
|
id: "/llm/health", |
|
pattern: /^\/llm\/health\/?$/, |
|
params: [], |
|
page: null, |
|
endpoint: __memo(() => import('./chunks/_server.ts-YFmGk0Au.js')) |
|
}, |
|
{ |
|
id: "/logs", |
|
pattern: /^\/logs\/?$/, |
|
params: [], |
|
page: { layouts: [0,], errors: [1,], leaf: 4 }, |
|
endpoint: null |
|
}, |
|
{ |
|
id: "/log/export", |
|
pattern: /^\/log\/export\/?$/, |
|
params: [], |
|
page: null, |
|
endpoint: __memo(() => import('./chunks/_server.ts-raOsdHbt.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-NqmkUF0a.js')) |
|
}, |
|
{ |
|
id: "/search", |
|
pattern: /^\/search\/?$/, |
|
params: [], |
|
page: null, |
|
endpoint: __memo(() => import('./chunks/_server.ts-1KPdx_z4.js')) |
|
}, |
|
{ |
|
id: "/search/health", |
|
pattern: /^\/search\/health\/?$/, |
|
params: [], |
|
page: null, |
|
endpoint: __memo(() => import('./chunks/_server.ts-zMlR4nja.js')) |
|
} |
|
], |
|
matchers: async () => { |
|
|
|
return { }; |
|
} |
|
} |
|
} |
|
})(); |
|
|
|
const prerendered = new Set([]); |
|
|
|
export { manifest, prerendered }; |
|
|
|
|