export const manifest = (() => { function __memo(fn) { let value; return () => value ??= (value = fn()); } return { appDir: "_app", appPath: "_app", assets: new Set(["robots.txt"]), mimeTypes: {".txt":"text/plain"}, _: { client: {start:"_app/immutable/entry/start.BrvD15ct.js",app:"_app/immutable/entry/app.BgJ-mwan.js",imports:["_app/immutable/entry/start.BrvD15ct.js","_app/immutable/chunks/BdwAK-tR.js","_app/immutable/chunks/CADeoA4U.js","_app/immutable/entry/app.BgJ-mwan.js","_app/immutable/chunks/CADeoA4U.js","_app/immutable/chunks/kNaey6uv.js","_app/immutable/chunks/CwC2hPmm.js"],stylesheets:[],fonts:[],uses_env_dynamic_public:false}, nodes: [ __memo(() => import('./nodes/0.js')), __memo(() => import('./nodes/1.js')), __memo(() => import('./nodes/2.js')), __memo(() => import('./nodes/3.js')) ], remotes: { }, routes: [ { id: "/", pattern: /^\/$/, params: [], page: { layouts: [0,], errors: [1,], leaf: 2 }, endpoint: null }, { id: "/app/debug/increment-svelte", pattern: /^\/app\/debug\/increment-svelte\/?$/, params: [], page: null, endpoint: __memo(() => import('./entries/endpoints/app/debug/increment-svelte/_server.ts.js')) }, { id: "/debug", pattern: /^\/debug\/?$/, params: [], page: { layouts: [0,], errors: [1,], leaf: 3 }, endpoint: null } ], prerendered_routes: new Set([]), matchers: async () => { return { }; }, server_assets: {} } } })();