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-BOe1_mNg.js')).default; const server_id = "src/routes/(app)/+layout.server.js"; const imports = ["_app/immutable/nodes/2.DSThykla.js","_app/immutable/chunks/scheduler.BsMbz5U8.js","_app/immutable/chunks/index.rkWRBFIu.js","_app/immutable/chunks/each.jOEBnCSj.js","_app/immutable/chunks/spread.CgU5AtxT.js","_app/immutable/chunks/button.Ba55pzkL.js","_app/immutable/chunks/index.BBc34iid.js","_app/immutable/chunks/index.DwF-TCr7.js","_app/immutable/chunks/Toaster.svelte_svelte_type_style_lang.DiP1zXXX.js","_app/immutable/chunks/x.BhzcNrGh.js","_app/immutable/chunks/mode-watcher.CWo60nVQ.js","_app/immutable/chunks/config.CaMjilIn.js"]; const stylesheets = ["_app/immutable/assets/app.tAIPFBPz.css","_app/immutable/assets/Toaster.CZzI-Nh6.css"]; const fonts = []; export { component, fonts, imports, index, _layout_server as server, server_id, stylesheets }; //# sourceMappingURL=2-D9Jk7VBR.js.map