create-better-t-stack 2.22.7 → 2.22.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -650,7 +650,7 @@ async function getFrontendChoice(frontendOptions, backend) {
|
|
|
650
650
|
},
|
|
651
651
|
{
|
|
652
652
|
value: "tanstack-start",
|
|
653
|
-
label: "TanStack Start (
|
|
653
|
+
label: "TanStack Start (vite)",
|
|
654
654
|
hint: "SSR, Server Functions, API Routes and more with TanStack Router"
|
|
655
655
|
}
|
|
656
656
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-better-t-stack",
|
|
3
|
-
"version": "2.22.
|
|
3
|
+
"version": "2.22.8",
|
|
4
4
|
"description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|