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
feat: force TanStack Start with Tailwind CSS always enabled
- Remove code-router mode and --router-only flag (TanStack Start only)
- Remove start add-on (baked into base templates)
- Remove module-federation add-on
- Force Tailwind CSS to always be enabled
- Remove --tailwind/--no-tailwind CLI flags
- Remove selectTailwind and selectTypescript prompts
- Remove forcedMode parameter (mode always file-router)
- Simplify template conditionals and hardcode typescript/tailwind values
- Update README.md.ejs with instructions for removing Tailwind
- Clean up dead code and unused functions
- Update all CLI wrappers to show deprecation warnings
console.warn('\x1b[33m%s\x1b[0m','Warning: create-tsrouter-app is deprecated. Use "tanstack create --router-only" or "npx @tanstack/cli create --router-only" instead.')
console.warn('\x1b[33m%s\x1b[0m','Warning: create-tsrouter-app is deprecated. Use "tanstack create" or "npx @tanstack/cli create" instead.')
3
+
console.warn('\x1b[33m%s\x1b[0m',' This will now create a TanStack Start app (with SSR). See: https://tanstack.com/start/latest/docs/framework/react/quick-start\n')
0 commit comments