feat: add support for client only lazy loading with dynamic (#331)

This commit is contained in:
Valerio Ageno
2025-01-16 12:34:06 +01:00
committed by GitHub
parent 1dfb83b1aa
commit 1a8231851d
33 changed files with 170 additions and 552 deletions
@@ -1,3 +1,4 @@
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'