import { c as config } from './config-BHx687w1.js'; import { r as redirect } from './index-Ddp2AB5f.js'; import './shared-server-i79vVjEm.js'; const load = async ({ fetch, cookies }) => { if (!cookies.get("token")) { return redirect(302, "/auth"); } const res = await fetch(config.api_url + "/me"); if (res.status > 399 && res.status < 499) { cookies.delete("token", { path: "/" }); redirect(302, "/auth"); } const data = await res.json(); return { me: data.user }; }; var _layout_server = /*#__PURE__*/Object.freeze({ __proto__: null, load: load }); const index = 2; let component_cache; const component = async () => component_cache ??= (await import('./_layout.svelte-Cv1qVGno.js')).default; const server_id = "src/routes/(app)/+layout.server.js"; const imports = ["_app/immutable/nodes/2.BAsPULsz.js","_app/immutable/chunks/scheduler.TiWp2jL2.js","_app/immutable/chunks/index.BGG1x4jY.js","_app/immutable/chunks/each.BM-upbTq.js","_app/immutable/chunks/spread.CgU5AtxT.js","_app/immutable/chunks/Icon.DZBLUDEC.js","_app/immutable/chunks/index.ClIX1ZeE.js","_app/immutable/chunks/index.aejygcvy.js","_app/immutable/chunks/Toaster.svelte_svelte_type_style_lang.CL0N33eq.js","_app/immutable/chunks/x.DX5gbQE3.js","_app/immutable/chunks/button.BSgz0N-_.js","_app/immutable/chunks/mode-watcher.DzTSbG1i.js","_app/immutable/chunks/config.D7OJDjr-.js"]; const stylesheets = ["_app/immutable/assets/app.cr9hm5UU.css","_app/immutable/assets/Toaster.CZzI-Nh6.css"]; const fonts = []; export { component, fonts, imports, index, _layout_server as server, server_id, stylesheets }; //# sourceMappingURL=2-C4KOhqPk.js.map