Which project does this relate to?
Create Tanstack App
Describe the bug
When I type bun create tsrouter-app . in an empty directory, the name field in package.json of the generated app is set to ".". It should be set to the name of the directory instead.
Your Example Website or App
n/a
Steps to Reproduce the Bug or Issue
create an empty folder
run bun create tsrouter-app . in that folder
check the package.json
Expected behavior
I expect the name in package.json to be the name of the directory. This is how it works with most other project scaffolding clis (i tested sveltekit cli and create-next-app)
Screenshots or Videos
Platform
Linux, bun
Additional context
No response