Choosing PNPM as your package manager doesn't generate --package-manager pnpm for the CLI command.
Steps:
- Go to https://tanstack.com/builder
- Click on build dropdown button
Expected
The tanstack cli command to contain --package-manager pnpm
Actual
The command is missing the flag so it defaults to npm when running it.