-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Description
Which project does this relate to?
Router
Describe the bug
tsr cli not working
tsr --help command doesn't generate any outputs
so, tsr generate not producing routeTree.gen.ts file.
Your Example Website or App
no example required
Steps to Reproduce the Bug or Issue
- make new project with
bunx @tanstack/cli create . --router-only - add cli with
bun add -D @tanstack/router-cli@1.166.9(latest version also has bug) - run cli with
bunx tsr generate - check src directory
ls src/routeTree.gen.ts - There's no
routeTree.gen.tsfile
Expected behavior
routeTree.gen.ts file generated when tsr generate
tsr --help should print help messages
Screenshots or Videos
Platform
- OK version: router-cli@1.166.8
- bug version: router-cli@1.166.9, router-cli@1.166.10, router-cli@1.166.11
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels