Skip to content

Commit dd34eae

Browse files
fix(partners/railway): use the canonical @tanstack/cli scaffolder
Step 01 was `npx create-tsrouter-app my-app`, which is the older router-only scaffolder. The TanStack Start docs recommend the unified CLI for new apps, so match the official getting-started instructions. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 9c3e517 commit dd34eae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/partners.railway.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ const steps: Array<{ num: string; title: string; code: string }> = [
102102
{
103103
num: '01',
104104
title: 'Create your TanStack app',
105-
code: 'npx create-tsrouter-app my-app',
105+
code: 'npx @tanstack/cli@latest create',
106106
},
107107
{ num: '02', title: 'Add the Railway preset', code: "preset: 'railway'" },
108108
{ num: '03', title: 'Deploy', code: 'railway up' },

0 commit comments

Comments
 (0)