youtuber-blog-frontend/build/server/chunks/4-wRAuAfzQ.js

31 lines
1.3 KiB
JavaScript
Raw Normal View History

2024-05-29 19:31:10 +00:00
import { c as config } from './config-BHx687w1.js';
2024-05-29 18:43:41 +00:00
import { r as redirect } from './index-Ddp2AB5f.js';
2024-05-29 19:31:10 +00:00
import './shared-server-i79vVjEm.js';
2024-05-29 18:43:41 +00:00
const load = async ({ fetch, cookies }) => {
const res = await fetch(config.api_url + "/dashboard");
if (res.status > 399 && res.status < 499) {
2024-05-29 19:23:04 +00:00
redirect(302, "/auth");
2024-05-29 18:43:41 +00:00
}
const data = await res.json();
return {
dashboard_info: data
};
};
var _page_server = /*#__PURE__*/Object.freeze({
__proto__: null,
load: load
});
2024-05-29 19:16:25 +00:00
const index = 4;
2024-05-29 18:43:41 +00:00
let component_cache;
2024-08-25 16:39:31 +00:00
const component = async () => component_cache ??= (await import('./_page.svelte-9uE3uLqe.js')).default;
2024-05-29 19:16:25 +00:00
const server_id = "src/routes/(app)/+page.server.js";
2024-08-25 16:39:31 +00:00
const imports = ["_app/immutable/nodes/4.CCIYECAB.js","_app/immutable/chunks/scheduler.DhJS7lTB.js","_app/immutable/chunks/index.CsLdTWKk.js","_app/immutable/chunks/each.DOX4E1Ka.js","_app/immutable/chunks/spread.CgU5AtxT.js","_app/immutable/chunks/button.C_FZXt9d.js","_app/immutable/chunks/index.C-lF7DSK.js","_app/immutable/chunks/index.BksXECXn.js","_app/immutable/chunks/arrow-up-right.2_eS5m3B.js","_app/immutable/chunks/table-row.Buq34M2q.js"];
2024-05-29 18:43:41 +00:00
const stylesheets = [];
const fonts = [];
export { component, fonts, imports, index, _page_server as server, server_id, stylesheets };
2024-08-25 16:39:31 +00:00
//# sourceMappingURL=4-wRAuAfzQ.js.map