feat: init frontend
This commit is contained in:
10
frontend/.svelte-kit/output/server/nodes/0.js
Normal file
10
frontend/.svelte-kit/output/server/nodes/0.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import * as universal from '../entries/pages/_layout.ts.js';
|
||||
|
||||
export const index = 0;
|
||||
let component_cache;
|
||||
export const component = async () => component_cache ??= (await import('../entries/fallbacks/layout.svelte.js')).default;
|
||||
export { universal };
|
||||
export const universal_id = "src/routes/+layout.ts";
|
||||
export const imports = ["_app/immutable/nodes/0.COd8Lg7a.js","_app/immutable/chunks/scheduler.DQZw9iDR.js","_app/immutable/chunks/index.D-4GBzMI.js"];
|
||||
export const stylesheets = [];
|
||||
export const fonts = [];
|
||||
8
frontend/.svelte-kit/output/server/nodes/1.js
Normal file
8
frontend/.svelte-kit/output/server/nodes/1.js
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
export const index = 1;
|
||||
let component_cache;
|
||||
export const component = async () => component_cache ??= (await import('../entries/fallbacks/error.svelte.js')).default;
|
||||
export const imports = ["_app/immutable/nodes/1.CSd4wjwx.js","_app/immutable/chunks/scheduler.DQZw9iDR.js","_app/immutable/chunks/index.D-4GBzMI.js","_app/immutable/chunks/entry.DSCOgCkx.js","_app/immutable/chunks/index.CtlmB4aM.js"];
|
||||
export const stylesheets = [];
|
||||
export const fonts = [];
|
||||
8
frontend/.svelte-kit/output/server/nodes/2.js
Normal file
8
frontend/.svelte-kit/output/server/nodes/2.js
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
export const index = 2;
|
||||
let component_cache;
|
||||
export const component = async () => component_cache ??= (await import('../entries/pages/_page.svelte.js')).default;
|
||||
export const imports = ["_app/immutable/nodes/2.Yb2uPOo9.js","_app/immutable/chunks/scheduler.DQZw9iDR.js","_app/immutable/chunks/index.D-4GBzMI.js","_app/immutable/chunks/index.CtlmB4aM.js"];
|
||||
export const stylesheets = ["_app/immutable/assets/2.CkmNU14M.css"];
|
||||
export const fonts = [];
|
||||
Reference in New Issue
Block a user