feat: generate the routeTree.gen.ts into the .tuono folder

This commit is contained in:
Valerio Ageno
2024-05-02 18:35:30 +02:00
parent 2dcd0d4c5e
commit 9a5ac784fe
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -12,6 +12,7 @@ The fullstack react/rust framework.
## Folder structure ## Folder structure
``` ```
- .tuono
- public/ - public/
- src/ - src/
| - routes/ | - routes/
+1 -1
View File
@@ -22,7 +22,7 @@ import { format } from 'prettier'
const ROUTES_FOLDER = './src/routes/' const ROUTES_FOLDER = './src/routes/'
const ROOT_PATH_ID = '__root' const ROOT_PATH_ID = '__root'
const GENERATED_ROUTE_TREE = './src/routeTree.gen.ts' const GENERATED_ROUTE_TREE = './.tuono/routeTree.gen.ts'
let latestTask = 0 let latestTask = 0