We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5922104 commit 3d29924Copy full SHA for 3d29924
src/routes/builder.docs.tsx
@@ -121,7 +121,9 @@ function RouteComponent() {
121
use the CLI directly:
122
</p>
123
<pre className="bg-gray-100 dark:bg-gray-900 p-4 rounded-lg overflow-x-auto text-sm">
124
- {`npx @tanstack/cli create my-app`}
+ <code className="text-gray-800 dark:text-gray-200">
125
+ npx @tanstack/cli create my-app
126
+ </code>
127
</pre>
128
<p className="text-gray-600 dark:text-gray-400 mt-4">
129
For full CLI documentation, see the{' '}
0 commit comments