create-better-t-stack 2.22.6 → 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 CHANGED
@@ -650,7 +650,7 @@ async function getFrontendChoice(frontendOptions, backend) {
650
650
  },
651
651
  {
652
652
  value: "tanstack-start",
653
- label: "TanStack Start (devinxi)",
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.6",
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",
@@ -7,6 +7,7 @@ module.exports = function (api) {
7
7
  {
8
8
  autoProcessRoot: 'app',
9
9
  autoProcessImports: ['@/components'],
10
+ root: "src"
10
11
  },
11
12
  ]);
12
13
 
@@ -37,7 +37,7 @@
37
37
  "react-native-reanimated": "~3.17.4",
38
38
  "react-native-safe-area-context": "5.4.0",
39
39
  "react-native-screens": "~4.10.0",
40
- "react-native-unistyles": "^3.0.0-rc.4",
40
+ "react-native-unistyles": "^3.0.0-rc.5",
41
41
  "react-native-web": "^0.20.0"
42
42
  },
43
43
  "devDependencies": {