Update TanStack Start references from devinxi to vite

This commit is contained in:
Aman Varshney
2025-06-28 21:34:47 +05:30
parent 60a102e961
commit 0486e2af0d
5 changed files with 9 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
---
"create-better-t-stack": patch
---
Update TanStack Start references from devinxi to vite

View File

@@ -118,7 +118,7 @@
### Minor Changes ### Minor Changes
- 0ffaedd: Upgrade to Tanstack start devinxi - 0ffaedd: Upgrade to Tanstack start vite
### Patch Changes ### Patch Changes

View File

@@ -68,7 +68,7 @@ export async function getFrontendChoice(
}, },
{ {
value: "tanstack-start" as const, value: "tanstack-start" as const,
label: "TanStack Start (devinxi)", label: "TanStack Start (vite)",
hint: "SSR, Server Functions, API Routes and more with TanStack Router", hint: "SSR, Server Functions, API Routes and more with TanStack Router",
}, },
]; ];

View File

@@ -40,7 +40,7 @@ const showcaseProjects = [
"https://screenshothis.com?utm_source=better-t-stack&utm_medium=showcase&utm_campaign=referer", "https://screenshothis.com?utm_source=better-t-stack&utm_medium=showcase&utm_campaign=referer",
tags: [ tags: [
"oRPC", "oRPC",
"TanStack Start (devinxi)", "TanStack Start (vite)",
"Hono", "Hono",
"pnpm", "pnpm",
"PostgreSQL", "PostgreSQL",

View File

@@ -42,7 +42,7 @@ export const TECH_OPTIONS = {
}, },
{ {
id: "tanstack-start", id: "tanstack-start",
name: "TanStack Start (devinxi)", name: "TanStack Start (vite)",
description: description:
"Full-stack React and Solid framework powered by TanStack Router", "Full-stack React and Solid framework powered by TanStack Router",
icon: "/icon/tanstack.svg", icon: "/icon/tanstack.svg",