Files
tuono/packages/tuono-fs-router-vite-plugin/src/constants.ts
T

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'