42 lines
728 B
JavaScript
42 lines
728 B
JavaScript
|
|
/**
|
|
* @roxi/routify 2.18.4
|
|
* File generated Sat Jan 22 2022 21:07:08 GMT+0100 (Mitteleuropäische Normalzeit)
|
|
*/
|
|
|
|
export const __version = "2.18.4"
|
|
export const __timestamp = "2022-01-22T20:07:08.628Z"
|
|
|
|
//buildRoutes
|
|
import { buildClientTree } from "@roxi/routify/runtime/buildRoutes"
|
|
|
|
//imports
|
|
|
|
|
|
//options
|
|
export const options = {}
|
|
|
|
//tree
|
|
export const _tree = {
|
|
"name": "root",
|
|
"filepath": "/",
|
|
"root": true,
|
|
"ownMeta": {},
|
|
"absolutePath": "src/pages",
|
|
"children": [],
|
|
"isLayout": false,
|
|
"isReset": false,
|
|
"isIndex": false,
|
|
"isFallback": false,
|
|
"meta": {
|
|
"recursive": true,
|
|
"preload": false,
|
|
"prerender": true
|
|
},
|
|
"path": "/"
|
|
}
|
|
|
|
|
|
export const {tree, routes} = buildClientTree(_tree)
|
|
|