mirror of
https://github.com/danbulant/Mangades
synced 2026-06-24 17:11:45 +00:00
154 lines
4.1 KiB
JavaScript
154 lines
4.1 KiB
JavaScript
|
|
/**
|
|
* @roxi/routify 2.18.1
|
|
* File generated Thu May 20 2021 18:09:03 GMT+0200 (GMT+02:00)
|
|
*/
|
|
|
|
export const __version = "2.18.1"
|
|
export const __timestamp = "2021-05-20T16:09:03.946Z"
|
|
|
|
//buildRoutes
|
|
import { buildClientTree } from "@roxi/routify/runtime/buildRoutes"
|
|
|
|
//imports
|
|
|
|
|
|
//options
|
|
export const options = {}
|
|
|
|
//tree
|
|
export const _tree = {
|
|
"name": "_layout",
|
|
"filepath": "/_layout.svelte",
|
|
"root": true,
|
|
"ownMeta": {
|
|
"preload": "proximity"
|
|
},
|
|
"absolutePath": "/home/dan/Documents/node_projects/mangades/src/pages/_layout.svelte",
|
|
"children": [
|
|
{
|
|
"isFile": true,
|
|
"isDir": false,
|
|
"file": "_fallback.svelte",
|
|
"filepath": "/_fallback.svelte",
|
|
"name": "_fallback",
|
|
"ext": "svelte",
|
|
"badExt": false,
|
|
"absolutePath": "/home/dan/Documents/node_projects/mangades/src/pages/_fallback.svelte",
|
|
"importPath": "../src/pages/_fallback.svelte",
|
|
"isLayout": false,
|
|
"isReset": false,
|
|
"isIndex": false,
|
|
"isFallback": true,
|
|
"isPage": false,
|
|
"ownMeta": {},
|
|
"meta": {
|
|
"recursive": true,
|
|
"preload": "proximity",
|
|
"prerender": true
|
|
},
|
|
"path": "/_fallback",
|
|
"id": "__fallback",
|
|
"component": () => import('../src/pages/_fallback.svelte').then(m => m.default)
|
|
},
|
|
{
|
|
"isFile": true,
|
|
"isDir": true,
|
|
"file": "_layout.svelte",
|
|
"filepath": "/[manga]/_layout.svelte",
|
|
"name": "_layout",
|
|
"ext": "svelte",
|
|
"badExt": false,
|
|
"absolutePath": "/home/dan/Documents/node_projects/mangades/src/pages/[manga]/_layout.svelte",
|
|
"children": [
|
|
{
|
|
"isFile": true,
|
|
"isDir": false,
|
|
"file": "index.svelte",
|
|
"filepath": "/[manga]/index.svelte",
|
|
"name": "index",
|
|
"ext": "svelte",
|
|
"badExt": false,
|
|
"absolutePath": "/home/dan/Documents/node_projects/mangades/src/pages/[manga]/index.svelte",
|
|
"importPath": "../src/pages/[manga]/index.svelte",
|
|
"isLayout": false,
|
|
"isReset": false,
|
|
"isIndex": true,
|
|
"isFallback": false,
|
|
"isPage": true,
|
|
"ownMeta": {},
|
|
"meta": {
|
|
"recursive": true,
|
|
"preload": "proximity",
|
|
"prerender": true
|
|
},
|
|
"path": "/:manga/index",
|
|
"id": "__manga_index",
|
|
"component": () => import('../src/pages/[manga]/index.svelte').then(m => m.default)
|
|
}
|
|
],
|
|
"isLayout": true,
|
|
"isReset": false,
|
|
"isIndex": false,
|
|
"isFallback": false,
|
|
"isPage": false,
|
|
"importPath": "../src/pages/[manga]/_layout.svelte",
|
|
"ownMeta": {},
|
|
"meta": {
|
|
"recursive": true,
|
|
"preload": "proximity",
|
|
"prerender": true
|
|
},
|
|
"path": "/:manga",
|
|
"id": "__manga__layout",
|
|
"component": () => import('../src/pages/[manga]/_layout.svelte').then(m => m.default)
|
|
},
|
|
{
|
|
"isFile": true,
|
|
"isDir": false,
|
|
"file": "index.svelte",
|
|
"filepath": "/index.svelte",
|
|
"name": "index",
|
|
"ext": "svelte",
|
|
"badExt": false,
|
|
"absolutePath": "/home/dan/Documents/node_projects/mangades/src/pages/index.svelte",
|
|
"importPath": "../src/pages/index.svelte",
|
|
"isLayout": false,
|
|
"isReset": false,
|
|
"isIndex": true,
|
|
"isFallback": false,
|
|
"isPage": true,
|
|
"ownMeta": {},
|
|
"meta": {
|
|
"recursive": true,
|
|
"preload": "proximity",
|
|
"prerender": true
|
|
},
|
|
"path": "/index",
|
|
"id": "_index",
|
|
"component": () => import('../src/pages/index.svelte').then(m => m.default)
|
|
}
|
|
],
|
|
"isLayout": true,
|
|
"isReset": false,
|
|
"isIndex": false,
|
|
"isFallback": false,
|
|
"isPage": false,
|
|
"isFile": true,
|
|
"file": "_layout.svelte",
|
|
"ext": "svelte",
|
|
"badExt": false,
|
|
"importPath": "../src/pages/_layout.svelte",
|
|
"meta": {
|
|
"preload": "proximity",
|
|
"recursive": true,
|
|
"prerender": true
|
|
},
|
|
"path": "/",
|
|
"id": "__layout",
|
|
"component": () => import('../src/pages/_layout.svelte').then(m => m.default)
|
|
}
|
|
|
|
|
|
export const {tree, routes} = buildClientTree(_tree)
|
|
|