barebones docker | pocketbase | hono | svelte
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
export const index = 0;
|
||||
let component_cache;
|
||||
export const component = async () => component_cache ??= (await import('../entries/pages/_layout.svelte.js')).default;
|
||||
export const imports = ["_app/immutable/nodes/0.DdQneEYP.js","_app/immutable/chunks/CADeoA4U.js","_app/immutable/chunks/CwC2hPmm.js"];
|
||||
export const stylesheets = ["_app/immutable/assets/0.DZVyIXY0.css"];
|
||||
export const fonts = [];
|
||||
@@ -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.BREYVj7m.js","_app/immutable/chunks/CADeoA4U.js","_app/immutable/chunks/BdwAK-tR.js","_app/immutable/chunks/CwC2hPmm.js"];
|
||||
export const stylesheets = [];
|
||||
export const fonts = [];
|
||||
@@ -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.B8c0uVM3.js","_app/immutable/chunks/CADeoA4U.js","_app/immutable/chunks/CwC2hPmm.js"];
|
||||
export const stylesheets = [];
|
||||
export const fonts = [];
|
||||
@@ -0,0 +1,10 @@
|
||||
import * as server from '../entries/pages/debug/_page.server.ts.js';
|
||||
|
||||
export const index = 3;
|
||||
let component_cache;
|
||||
export const component = async () => component_cache ??= (await import('../entries/pages/debug/_page.svelte.js')).default;
|
||||
export { server };
|
||||
export const server_id = "src/routes/debug/+page.server.ts";
|
||||
export const imports = ["_app/immutable/nodes/3.6Pi2DapA.js","_app/immutable/chunks/CADeoA4U.js","_app/immutable/chunks/CwC2hPmm.js"];
|
||||
export const stylesheets = ["_app/immutable/assets/3.mtd_lTPT.css"];
|
||||
export const fonts = [];
|
||||
Reference in New Issue
Block a user