mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-29 13:52:46 -07:00
5 lines
211 B
TypeScript
5 lines
211 B
TypeScript
export const ROUTES_FOLDER = './src/routes/'
|
|
export const LAYOUT_PATH_ID = '__layout'
|
|
export const GENERATED_ROUTE_TREE = './.tuono/routeTree.gen.ts'
|
|
export const DYNAMIC_FN = '__tuono__internal__lazyLoadRoute'
|