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-B0IK89WC.js')).default; const server_id = "src/routes/(app)/+layout.server.js"; const imports = ["_app/immutable/nodes/2.DZw3qt4O.js","_app/immutable/chunks/scheduler.ncJpckHt.js","_app/immutable/chunks/index.DNKwBhZH.js","_app/immutable/chunks/each.C-Vm-bAH.js","_app/immutable/chunks/spread.CgU5AtxT.js","_app/immutable/chunks/Icon.B73p7tCT.js","_app/immutable/chunks/index.Bf9t7sah.js","_app/immutable/chunks/index.BHY_2Zs4.js","_app/immutable/chunks/Toaster.svelte_svelte_type_style_lang.C_CyLwr0.js","_app/immutable/chunks/x.IO9lIaqc.js","_app/immutable/chunks/button.Dry7Ezxz.js","_app/immutable/chunks/mode-watcher.BmkPhDyx.js","_app/immutable/chunks/config.BjAaztQe.js"]; const stylesheets = ["_app/immutable/assets/app.BLTuEgLL.css","_app/immutable/assets/Toaster.CZzI-Nh6.css"]; const fonts = []; export { component, fonts, imports, index, _layout_server as server, server_id, stylesheets }; //# sourceMappingURL=2-B6J680ZX.js.map