mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
feat: generate the routeTree.gen.ts into the .tuono folder
This commit is contained in:
@@ -12,6 +12,7 @@ The fullstack react/rust framework.
|
|||||||
## Folder structure
|
## Folder structure
|
||||||
|
|
||||||
```
|
```
|
||||||
|
- .tuono
|
||||||
- public/
|
- public/
|
||||||
- src/
|
- src/
|
||||||
| - routes/
|
| - routes/
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user