| 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.iDgzCGJ5.js","app":"_app/immutable/entry/app.FBBMqnNc.js","imports":["_app/immutable/entry/start.iDgzCGJ5.js","_app/immutable/chunks/entry.szskhxEL.js","_app/immutable/chunks/scheduler.YAOc3RFa.js","_app/immutable/entry/app.FBBMqnNc.js","_app/immutable/chunks/scheduler.YAOc3RFa.js","_app/immutable/chunks/index.YaTsDjJO.js"],"stylesheets":[],"fonts":[],"uses_env_dynamic_public":false}, |
| nodes: [ |
| __memo(() => import('./chunks/0-7JVNtqYj.js')), |
| __memo(() => import('./chunks/1-vjW6sZPA.js')), |
| __memo(() => import('./chunks/3-IytyG301.js')), |
| __memo(() => import('./chunks/4-DPtGH6FE.js')) |
| ], |
| routes: [ |
| { |
| id: "/api", |
| pattern: /^\/api\/?$/, |
| params: [], |
| page: null, |
| endpoint: __memo(() => import('./chunks/_server.ts-lg5byeu-.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: "/chat", |
| pattern: /^\/chat\/?$/, |
| params: [], |
| page: { layouts: [0,], errors: [1,], leaf: 2 }, |
| endpoint: null |
| }, |
| { |
| id: "/llm", |
| pattern: /^\/llm\/?$/, |
| params: [], |
| page: null, |
| endpoint: __memo(() => import('./chunks/_server.ts-38sYNtBg.js')) |
| }, |
| { |
| id: "/llm/chat", |
| pattern: /^\/llm\/chat\/?$/, |
| params: [], |
| page: null, |
| endpoint: __memo(() => import('./chunks/_server.ts-GVSJNbCB.js')) |
| }, |
| { |
| id: "/llm/health", |
| pattern: /^\/llm\/health\/?$/, |
| params: [], |
| page: null, |
| endpoint: __memo(() => import('./chunks/_server.ts-0KoiSdWY.js')) |
| }, |
| { |
| 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: "/recognition", |
| pattern: /^\/recognition\/?$/, |
| params: [], |
| page: { layouts: [0,], errors: [1,], leaf: 3 }, |
| endpoint: null |
| }, |
| { |
| 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 }; |
| |
|
|