| 1 | #!/usr/bin/env node |
| 2 | console.warn('\x1b[33m%s\x1b[0m', 'Warning: create-tanstack-app is deprecated. Use "tanstack create" or "npx @tanstack/cli create" instead.') |
| 3 | console.warn('\x1b[33m%s\x1b[0m', ' See: https://tanstack.com/start/latest/docs/framework/react/quick-start\n') |
| 4 |