Which project does this relate to?
Start
Describe the bug
TanStack Start New project from CLI has a lot of boilerplate even when selecting no for option "Would you like to include demo/example pages?"
Your Example Website or App
https://github.com/pjosdev/ts-start-example
Steps to Reproduce the Bug or Issue
pnpm dlx @tanstack/start@latest create
Select toolchain: ESLint
Would you like to include demo/example pages? No
What add-ons would you like for your project? none
Would you like to initialise a new git repository: Yes
Expected behavior
Something very barebones, just a __root.tsx that renders an index.tsx with maybe 'Hello TanStack Start'. No css theme, no fonts, no theme toggles etc. Basically nothing I need to remove to start clean would be great!
Screenshots or Videos
Platform
- Router / Start Version: Start 1.167.16
- OS: macOS
Additional context
No response