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.ts file
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
Which project does this relate to?
Router
Describe the bug
tsrcli not workingtsr --helpcommand doesn't generate any outputsso,
tsr generatenot producingrouteTree.gen.tsfile.Your Example Website or App
no example required
Steps to Reproduce the Bug or Issue
bunx @tanstack/cli create . --router-onlybun add -D @tanstack/router-cli@1.166.9(latest version also has bug)bunx tsr generatels src/routeTree.gen.tsrouteTree.gen.tsfileExpected behavior
routeTree.gen.tsfile generated whentsr generatetsr --helpshould print help messagesScreenshots or Videos
Platform
Additional context
No response