-
-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
Which project does this relate to?
Create Tanstack App
Describe the bug
Tailwind is being installed and configured even if I didn't selected it in the CLI:
cta.json content:
{
"framework": "react",
"typescript": true,
"projectName": "backoffice",
"mode": "file-router",
"tailwind": false,
"packageManager": "pnpm",
"toolchain": "biome",
"variableValues": {},
"git": true,
"version": 1,
"existingAddOns": [
"clerk",
"start",
"t3env",
"tanstack-query"
]
}
Steps to Reproduce the Bug or Issue
- Run pnpm dlx create-tsrouter-app --add-ons
- Don't select that you want to use Tailwind
- Check the project after all is installed and configured
Expected behavior
I expected the CLI to respect my selections.
Screenshots or Videos
No response
Platform
- OS: [Windows]
- Version: [v0.12.0]
Additional context
No response
marianboda, danielytics, mariogl, Joe-Taka and minkimcello
Metadata
Metadata
Assignees
Labels
No labels