mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-29 22:02:46 -07:00
4 lines
146 B
TypeScript
4 lines
146 B
TypeScript
|
|
export const ROUTES_FOLDER = './src/routes/'
|
||
|
|
export const ROOT_PATH_ID = '__root'
|
||
|
|
export const GENERATED_ROUTE_TREE = './.tuono/routeTree.gen.ts'
|