You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)