mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-29 22:02:46 -07:00
feat: add support for client only lazy loading with dynamic (#331)
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user